Color spaces of #08abbd
RGB | 8 | 171 | 189 |
---|---|---|---|
HSL | 0.52 | 0.92 | 0.39 |
HSV | 186° | 96° | 74° |
CMYK | 0.96 | 0.10 | 0.00 0.26 |
XYZ | 23.8484 | 32.8516 | 53.2282 |
Yxy | 32.8516 | 0.2169 | 0.2988 |
Hunter Lab | 57.3163 | -26.0326 | -14.9397 |
CIE-Lab | 64.0406 | -29.6398 | -19.5510 |
#08abbd color RGB value is (8,171,189).
#08abbd hex color red value is 8, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #08abbd hue: 0.52 , saturation: 0.92 and the lightness value of 08abbd is 0.39.
The process color (four color CMYK) of #08abbd color hex is 0.96, 0.10, 0.00, 0.26. Web safe color of #08abbd is #0099cc. Color #08abbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 10101011 | 10111101 |
Octal | 10 | 253 | 275 |
Decimal | 8 | 171 | 189 |
Hex | 8 | AB | BD |
Shades of #08abbd
Tints of #08abbd
RGB Percentages of Color #08abbd
CMYK Percentages of Color #08abbd
Complementary Color
#08abbd | #bd1a08 |
#08abbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#08abbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#08abbd Color CSS Codes
.mybgcolor {background-color:#08abbd; } .myforecolor {color:#08abbd; } .mybordercolor {border:3px solid #08abbd; }
#08abbd Text Font Color
<p style="color:#08abbd">Text here</p>
This sample text font color is #08abbd
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.
#08abbd Background Color
<div style="background-color:#08abbd">
Div content here</div>
This div background color is #08abbd
#08abbd Border Color
<div style="border:3px solid #08abbd">
Div here</div>
This div border color is #08abbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,171,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #08abbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #08abbd; -webkit-box-shadow: 1px 1px 3px 2px #08abbd; box-shadow: 1px 1px 3px 2px #08abbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,171,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 #08abbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #08abbd; -webkit-box-shadow: 1px 1px 3px 2px #08abbd; box-shadow: 1px 1px 3px 2px #08abbd;">
Div content here</div>
This div box has shadow with color #08abbd
Comments
No comments written yet.
Please login to write comment.