Color spaces of #cae806
RGB | 202 | 232 | 6 |
---|---|---|---|
HSL | 0.19 | 0.95 | 0.47 |
HSV | 68° | 97° | 91° |
CMYK | 0.13 | 0.00 | 0.97 0.09 |
XYZ | 53.2466 | 70.2829 | 10.9319 |
Yxy | 70.2829 | 0.3960 | 0.5227 |
Hunter Lab | 83.8349 | -33.3392 | 50.9531 |
CIE-Lab | 87.1354 | -32.3684 | 84.8642 |
#cae806 color RGB value is (202,232,6).
#cae806 hex color red value is 202, green value is 232 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #cae806 hue: 0.19 , saturation: 0.95 and the lightness value of cae806 is 0.47.
The process color (four color CMYK) of #cae806 color hex is 0.13, 0.00, 0.97, 0.09. Web safe color of #cae806 is #ccff00. Color #cae806 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101000 | 00000110 |
Octal | 312 | 350 | 6 |
Decimal | 202 | 232 | 6 |
Hex | CA | E8 | 6 |
Shades of #cae806
Tints of #cae806
RGB Percentages of Color #cae806
CMYK Percentages of Color #cae806
Complementary Color
#cae806 | #2406e8 |
#cae806 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cae806 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cae806 Color CSS Codes
.mybgcolor {background-color:#cae806; } .myforecolor {color:#cae806; } .mybordercolor {border:3px solid #cae806; }
#cae806 Text Font Color
<p style="color:#cae806">Text here</p>
This sample text font color is #cae806
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.
#cae806 Background Color
<div style="background-color:#cae806">
Div content here</div>
This div background color is #cae806
#cae806 Border Color
<div style="border:3px solid #cae806">
Div here</div>
This div border color is #cae806
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,232,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cae806; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cae806; -webkit-box-shadow: 1px 1px 3px 2px #cae806; box-shadow: 1px 1px 3px 2px #cae806; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,232,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cae806">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cae806; -webkit-box-shadow: 1px 1px 3px 2px #cae806; box-shadow: 1px 1px 3px 2px #cae806;">
Div content here</div>
This div box has shadow with color #cae806
Comments
No comments written yet.
Please login to write comment.