Color spaces of #087dac
RGB | 8 | 125 | 172 |
---|---|---|---|
HSL | 0.55 | 0.91 | 0.35 |
HSV | 197° | 95° | 67° |
CMYK | 0.95 | 0.27 | 0.00 0.33 |
XYZ | 14.8801 | 17.6974 | 41.6614 |
Yxy | 17.6974 | 0.2004 | 0.2384 |
Hunter Lab | 42.0683 | -10.4817 | -29.2688 |
CIE-Lab | 49.1270 | -11.2403 | -32.9080 |
#087dac color RGB value is (8,125,172).
#087dac hex color red value is 8, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #087dac hue: 0.55 , saturation: 0.91 and the lightness value of 087dac is 0.35.
The process color (four color CMYK) of #087dac color hex is 0.95, 0.27, 0.00, 0.33. Web safe color of #087dac is #006699. Color #087dac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 01111101 | 10101100 |
Octal | 10 | 175 | 254 |
Decimal | 8 | 125 | 172 |
Hex | 8 | 7D | AC |
Shades of #087dac
Tints of #087dac
RGB Percentages of Color #087dac
CMYK Percentages of Color #087dac
Complementary Color
#087dac | #ac3708 |
#087dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#087dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#087dac Color CSS Codes
.mybgcolor {background-color:#087dac; } .myforecolor {color:#087dac; } .mybordercolor {border:3px solid #087dac; }
#087dac Text Font Color
<p style="color:#087dac">Text here</p>
This sample text font color is #087dac
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.
#087dac Background Color
<div style="background-color:#087dac">
Div content here</div>
This div background color is #087dac
#087dac Border Color
<div style="border:3px solid #087dac">
Div here</div>
This div border color is #087dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,125,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #087dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #087dac; -webkit-box-shadow: 1px 1px 3px 2px #087dac; box-shadow: 1px 1px 3px 2px #087dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,125,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #087dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #087dac; -webkit-box-shadow: 1px 1px 3px 2px #087dac; box-shadow: 1px 1px 3px 2px #087dac;">
Div content here</div>
This div box has shadow with color #087dac
Comments
No comments written yet.
Please login to write comment.