Color spaces of #080ace
RGB | 8 | 10 | 206 |
---|---|---|---|
HSL | 0.66 | 0.93 | 0.42 |
HSV | 239° | 96° | 81° |
CMYK | 0.96 | 0.95 | 0.00 0.19 |
XYZ | 11.3493 | 4.7249 | 58.7064 |
Yxy | 4.7249 | 0.1518 | 0.0632 |
Hunter Lab | 21.7368 | 55.1595 | -144.9134 |
CIE-Lab | 25.9362 | 65.4551 | -90.4778 |
#080ace color RGB value is (8,10,206).
#080ace hex color red value is 8, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #080ace hue: 0.66 , saturation: 0.93 and the lightness value of 080ace is 0.42.
The process color (four color CMYK) of #080ace color hex is 0.96, 0.95, 0.00, 0.19. Web safe color of #080ace is #0000cc. Color #080ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 00001010 | 11001110 |
Octal | 10 | 12 | 316 |
Decimal | 8 | 10 | 206 |
Hex | 8 | A | CE |
Shades of #080ace
Tints of #080ace
RGB Percentages of Color #080ace
CMYK Percentages of Color #080ace
Complementary Color
#080ace | #cecc08 |
#080ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#080ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#080ace Color CSS Codes
.mybgcolor {background-color:#080ace; } .myforecolor {color:#080ace; } .mybordercolor {border:3px solid #080ace; }
#080ace Text Font Color
<p style="color:#080ace">Text here</p>
This sample text font color is #080ace
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.
#080ace Background Color
<div style="background-color:#080ace">
Div content here</div>
This div background color is #080ace
#080ace Border Color
<div style="border:3px solid #080ace">
Div here</div>
This div border color is #080ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,10,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #080ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #080ace; -webkit-box-shadow: 1px 1px 3px 2px #080ace; box-shadow: 1px 1px 3px 2px #080ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,10,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 #080ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #080ace; -webkit-box-shadow: 1px 1px 3px 2px #080ace; box-shadow: 1px 1px 3px 2px #080ace;">
Div content here</div>
This div box has shadow with color #080ace
Comments
No comments written yet.
Please login to write comment.