Color spaces of #088ace
RGB | 8 | 138 | 206 |
---|---|---|---|
HSL | 0.56 | 0.93 | 0.42 |
HSV | 201° | 96° | 81° |
CMYK | 0.96 | 0.33 | 0.00 0.19 |
XYZ | 20.3292 | 22.6848 | 61.6997 |
Yxy | 22.6848 | 0.1941 | 0.2166 |
Hunter Lab | 47.6286 | -7.1612 | -43.4663 |
CIE-Lab | 54.7462 | -5.9224 | -43.5262 |
#088ace color RGB value is (8,138,206).
#088ace hex color red value is 8, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #088ace hue: 0.56 , saturation: 0.93 and the lightness value of 088ace is 0.42.
The process color (four color CMYK) of #088ace color hex is 0.96, 0.33, 0.00, 0.19. Web safe color of #088ace is #0099cc. Color #088ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 10001010 | 11001110 |
Octal | 10 | 212 | 316 |
Decimal | 8 | 138 | 206 |
Hex | 8 | 8A | CE |
Shades of #088ace
Tints of #088ace
RGB Percentages of Color #088ace
CMYK Percentages of Color #088ace
Complementary Color
#088ace | #ce4c08 |
#088ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#088ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#088ace Color CSS Codes
.mybgcolor {background-color:#088ace; } .myforecolor {color:#088ace; } .mybordercolor {border:3px solid #088ace; }
#088ace Text Font Color
<p style="color:#088ace">Text here</p>
This sample text font color is #088ace
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.
#088ace Background Color
<div style="background-color:#088ace">
Div content here</div>
This div background color is #088ace
#088ace Border Color
<div style="border:3px solid #088ace">
Div here</div>
This div border color is #088ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,138,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #088ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #088ace; -webkit-box-shadow: 1px 1px 3px 2px #088ace; box-shadow: 1px 1px 3px 2px #088ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,138,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #088ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #088ace; -webkit-box-shadow: 1px 1px 3px 2px #088ace; box-shadow: 1px 1px 3px 2px #088ace;">
Div content here</div>
This div box has shadow with color #088ace
Comments
No comments written yet.
Please login to write comment.