Color spaces of #cae825
RGB | 202 | 232 | 37 |
---|---|---|---|
HSL | 0.19 | 0.81 | 0.53 |
HSV | 69° | 84° | 91° |
CMYK | 0.13 | 0.00 | 0.84 0.09 |
XYZ | 53.5477 | 70.4034 | 12.5172 |
Yxy | 70.4034 | 0.3924 | 0.5159 |
Hunter Lab | 83.9067 | -32.9214 | 49.8898 |
CIE-Lab | 87.1943 | -31.8468 | 80.6736 |
#cae825 color RGB value is (202,232,37).
#cae825 hex color red value is 202, green value is 232 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #cae825 hue: 0.19 , saturation: 0.81 and the lightness value of cae825 is 0.53.
The process color (four color CMYK) of #cae825 color hex is 0.13, 0.00, 0.84, 0.09. Web safe color of #cae825 is #ccff33. Color #cae825 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101000 | 00100101 |
Octal | 312 | 350 | 45 |
Decimal | 202 | 232 | 37 |
Hex | CA | E8 | 25 |
Shades of #cae825
Tints of #cae825
RGB Percentages of Color #cae825
CMYK Percentages of Color #cae825
Complementary Color
#cae825 | #4325e8 |
#cae825 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cae825 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cae825 Color CSS Codes
.mybgcolor {background-color:#cae825; } .myforecolor {color:#cae825; } .mybordercolor {border:3px solid #cae825; }
#cae825 Text Font Color
<p style="color:#cae825">Text here</p>
This sample text font color is #cae825
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.
#cae825 Background Color
<div style="background-color:#cae825">
Div content here</div>
This div background color is #cae825
#cae825 Border Color
<div style="border:3px solid #cae825">
Div here</div>
This div border color is #cae825
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,232,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cae825; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cae825; -webkit-box-shadow: 1px 1px 3px 2px #cae825; box-shadow: 1px 1px 3px 2px #cae825; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,232,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cae825">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cae825; -webkit-box-shadow: 1px 1px 3px 2px #cae825; box-shadow: 1px 1px 3px 2px #cae825;">
Div content here</div>
This div box has shadow with color #cae825
Comments
No comments written yet.
Please login to write comment.