Color spaces of #088dbd
RGB | 8 | 141 | 189 |
---|---|---|---|
HSL | 0.54 | 0.92 | 0.39 |
HSV | 196° | 96° | 74° |
CMYK | 0.96 | 0.25 | 0.00 0.26 |
XYZ | 18.8103 | 22.7755 | 51.5488 |
Yxy | 22.7755 | 0.2020 | 0.2445 |
Hunter Lab | 47.7237 | -13.1606 | -30.6356 |
CIE-Lab | 54.8403 | -13.9689 | -33.7388 |
#088dbd color RGB value is (8,141,189).
#088dbd hex color red value is 8, green value is 141 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #088dbd hue: 0.54 , saturation: 0.92 and the lightness value of 088dbd is 0.39.
The process color (four color CMYK) of #088dbd color hex is 0.96, 0.25, 0.00, 0.26. Web safe color of #088dbd is #0099cc. Color #088dbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 10001101 | 10111101 |
Octal | 10 | 215 | 275 |
Decimal | 8 | 141 | 189 |
Hex | 8 | 8D | BD |
Shades of #088dbd
Tints of #088dbd
RGB Percentages of Color #088dbd
CMYK Percentages of Color #088dbd
Complementary Color
#088dbd | #bd3808 |
#088dbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#088dbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#088dbd Color CSS Codes
.mybgcolor {background-color:#088dbd; } .myforecolor {color:#088dbd; } .mybordercolor {border:3px solid #088dbd; }
#088dbd Text Font Color
<p style="color:#088dbd">Text here</p>
This sample text font color is #088dbd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#088dbd Background Color
<div style="background-color:#088dbd">
Div content here</div>
This div background color is #088dbd
#088dbd Border Color
<div style="border:3px solid #088dbd">
Div here</div>
This div border color is #088dbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,141,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #088dbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #088dbd; -webkit-box-shadow: 1px 1px 3px 2px #088dbd; box-shadow: 1px 1px 3px 2px #088dbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,141,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #088dbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #088dbd; -webkit-box-shadow: 1px 1px 3px 2px #088dbd; box-shadow: 1px 1px 3px 2px #088dbd;">
Div content here</div>
This div box has shadow with color #088dbd
Comments
No comments written yet.
Please login to write comment.