Color spaces of #0aceaf
RGB | 10 | 206 | 175 |
---|---|---|---|
HSL | 0.47 | 0.91 | 0.42 |
HSV | 171° | 95° | 81° |
CMYK | 0.95 | 0.00 | 0.15 0.19 |
XYZ | 29.9343 | 47.3023 | 48.1100 |
Yxy | 47.3023 | 0.2388 | 0.3774 |
Hunter Lab | 68.7767 | -42.6690 | 6.6697 |
CIE-Lab | 74.3827 | -49.3969 | 3.5012 |
#0aceaf color RGB value is (10,206,175).
#0aceaf hex color red value is 10, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0aceaf hue: 0.47 , saturation: 0.91 and the lightness value of 0aceaf is 0.42.
The process color (four color CMYK) of #0aceaf color hex is 0.95, 0.00, 0.15, 0.19. Web safe color of #0aceaf is #00cc99. Color #0aceaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001010 | 11001110 | 10101111 |
Octal | 12 | 316 | 257 |
Decimal | 10 | 206 | 175 |
Hex | A | CE | AF |
Shades of #0aceaf
Tints of #0aceaf
RGB Percentages of Color #0aceaf
CMYK Percentages of Color #0aceaf
Complementary Color
#0aceaf | #ce0a29 |
#0aceaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0aceaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#0aceaf Color CSS Codes
.mybgcolor {background-color:#0aceaf; } .myforecolor {color:#0aceaf; } .mybordercolor {border:3px solid #0aceaf; }
#0aceaf Text Font Color
<p style="color:#0aceaf">Text here</p>
This sample text font color is #0aceaf
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.
#0aceaf Background Color
<div style="background-color:#0aceaf">
Div content here</div>
This div background color is #0aceaf
#0aceaf Border Color
<div style="border:3px solid #0aceaf">
Div here</div>
This div border color is #0aceaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(10,206,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0aceaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0aceaf; -webkit-box-shadow: 1px 1px 3px 2px #0aceaf; box-shadow: 1px 1px 3px 2px #0aceaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(10,206,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0aceaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0aceaf; -webkit-box-shadow: 1px 1px 3px 2px #0aceaf; box-shadow: 1px 1px 3px 2px #0aceaf;">
Div content here</div>
This div box has shadow with color #0aceaf
Comments
No comments written yet.
Please login to write comment.