Color spaces of #088aad
RGB | 8 | 138 | 173 |
---|---|---|---|
HSL | 0.54 | 0.91 | 0.35 |
HSV | 193° | 95° | 68° |
CMYK | 0.95 | 0.20 | 0.00 0.32 |
XYZ | 16.7314 | 21.2457 | 42.7542 |
Yxy | 21.2457 | 0.2072 | 0.2632 |
Hunter Lab | 46.0931 | -15.8688 | -22.7301 |
CIE-Lab | 53.2174 | -18.1293 | -27.1143 |
#088aad color RGB value is (8,138,173).
#088aad hex color red value is 8, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #088aad hue: 0.54 , saturation: 0.91 and the lightness value of 088aad is 0.35.
The process color (four color CMYK) of #088aad color hex is 0.95, 0.20, 0.00, 0.32. Web safe color of #088aad is #009999. Color #088aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 10001010 | 10101101 |
Octal | 10 | 212 | 255 |
Decimal | 8 | 138 | 173 |
Hex | 8 | 8A | AD |
Shades of #088aad
Tints of #088aad
RGB Percentages of Color #088aad
CMYK Percentages of Color #088aad
Complementary Color
#088aad | #ad2b08 |
#088aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#088aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#088aad Color CSS Codes
.mybgcolor {background-color:#088aad; } .myforecolor {color:#088aad; } .mybordercolor {border:3px solid #088aad; }
#088aad Text Font Color
<p style="color:#088aad">Text here</p>
This sample text font color is #088aad
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.
#088aad Background Color
<div style="background-color:#088aad">
Div content here</div>
This div background color is #088aad
#088aad Border Color
<div style="border:3px solid #088aad">
Div here</div>
This div border color is #088aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,138,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #088aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #088aad; -webkit-box-shadow: 1px 1px 3px 2px #088aad; box-shadow: 1px 1px 3px 2px #088aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,138,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #088aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #088aad; -webkit-box-shadow: 1px 1px 3px 2px #088aad; box-shadow: 1px 1px 3px 2px #088aad;">
Div content here</div>
This div box has shadow with color #088aad
Comments
No comments written yet.
Please login to write comment.