Color spaces of #0ae872
RGB | 10 | 232 | 114 |
---|---|---|---|
HSL | 0.41 | 0.92 | 0.47 |
HSV | 148° | 96° | 91° |
CMYK | 0.96 | 0.00 | 0.51 0.09 |
XYZ | 32.0190 | 58.9927 | 25.6187 |
Yxy | 58.9927 | 0.2745 | 0.5058 |
Hunter Lab | 76.8067 | -59.9991 | 33.9887 |
CIE-Lab | 81.2876 | -71.4387 | 44.2670 |
#0ae872 color RGB value is (10,232,114).
#0ae872 hex color red value is 10, green value is 232 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #0ae872 hue: 0.41 , saturation: 0.92 and the lightness value of 0ae872 is 0.47.
The process color (four color CMYK) of #0ae872 color hex is 0.96, 0.00, 0.51, 0.09. Web safe color of #0ae872 is #00ff66. Color #0ae872 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001010 | 11101000 | 01110010 |
Octal | 12 | 350 | 162 |
Decimal | 10 | 232 | 114 |
Hex | A | E8 | 72 |
Shades of #0ae872
Tints of #0ae872
RGB Percentages of Color #0ae872
CMYK Percentages of Color #0ae872
Complementary Color
#0ae872 | #e80a80 |
#0ae872 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0ae872 Color Preview on White Background
Lorem ipsum dolor sit amet.
#0ae872 Color CSS Codes
.mybgcolor {background-color:#0ae872; } .myforecolor {color:#0ae872; } .mybordercolor {border:3px solid #0ae872; }
#0ae872 Text Font Color
<p style="color:#0ae872">Text here</p>
This sample text font color is #0ae872
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.
#0ae872 Background Color
<div style="background-color:#0ae872">
Div content here</div>
This div background color is #0ae872
#0ae872 Border Color
<div style="border:3px solid #0ae872">
Div here</div>
This div border color is #0ae872
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(10,232,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0ae872; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0ae872; -webkit-box-shadow: 1px 1px 3px 2px #0ae872; box-shadow: 1px 1px 3px 2px #0ae872; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(10,232,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0ae872">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0ae872; -webkit-box-shadow: 1px 1px 3px 2px #0ae872; box-shadow: 1px 1px 3px 2px #0ae872;">
Div content here</div>
This div box has shadow with color #0ae872
Comments
No comments written yet.
Please login to write comment.