Color spaces of #cac40e
RGB | 202 | 196 | 14 |
---|---|---|---|
HSL | 0.16 | 0.87 | 0.42 |
HSV | 58° | 93° | 79° |
CMYK | 0.00 | 0.03 | 0.93 0.21 |
XYZ | 44.1763 | 52.0681 | 8.1373 |
Yxy | 52.0681 | 0.4232 | 0.4988 |
Hunter Lab | 72.1582 | -16.9966 | 43.8246 |
CIE-Lab | 77.3215 | -14.9425 | 76.6556 |
#cac40e color RGB value is (202,196,14).
#cac40e hex color red value is 202, green value is 196 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cac40e hue: 0.16 , saturation: 0.87 and the lightness value of cac40e is 0.42.
The process color (four color CMYK) of #cac40e color hex is 0.00, 0.03, 0.93, 0.21. Web safe color of #cac40e is #cccc00. Color #cac40e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11000100 | 00001110 |
Octal | 312 | 304 | 16 |
Decimal | 202 | 196 | 14 |
Hex | CA | C4 | E |
Shades of #cac40e
Tints of #cac40e
RGB Percentages of Color #cac40e
CMYK Percentages of Color #cac40e
Complementary Color
#cac40e | #0e14ca |
#cac40e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cac40e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cac40e Color CSS Codes
.mybgcolor {background-color:#cac40e; } .myforecolor {color:#cac40e; } .mybordercolor {border:3px solid #cac40e; }
#cac40e Text Font Color
<p style="color:#cac40e">Text here</p>
This sample text font color is #cac40e
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.
#cac40e Background Color
<div style="background-color:#cac40e">
Div content here</div>
This div background color is #cac40e
#cac40e Border Color
<div style="border:3px solid #cac40e">
Div here</div>
This div border color is #cac40e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,196,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cac40e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cac40e; -webkit-box-shadow: 1px 1px 3px 2px #cac40e; box-shadow: 1px 1px 3px 2px #cac40e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,196,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cac40e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cac40e; -webkit-box-shadow: 1px 1px 3px 2px #cac40e; box-shadow: 1px 1px 3px 2px #cac40e;">
Div content here</div>
This div box has shadow with color #cac40e
Comments
No comments written yet.
Please login to write comment.