Color spaces of #cac456
RGB | 202 | 196 | 86 |
---|---|---|---|
HSL | 0.16 | 0.52 | 0.56 |
HSV | 57° | 57° | 79° |
CMYK | 0.00 | 0.03 | 0.57 0.21 |
XYZ | 45.7768 | 52.7083 | 16.5651 |
Yxy | 52.7083 | 0.3979 | 0.4581 |
Hunter Lab | 72.6005 | -14.5012 | 37.2923 |
CIE-Lab | 77.7025 | -11.9625 | 54.7879 |
#cac456 color RGB value is (202,196,86).
#cac456 hex color red value is 202, green value is 196 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #cac456 hue: 0.16 , saturation: 0.52 and the lightness value of cac456 is 0.56.
The process color (four color CMYK) of #cac456 color hex is 0.00, 0.03, 0.57, 0.21. Web safe color of #cac456 is #cccc66. Color #cac456 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11000100 | 01010110 |
Octal | 312 | 304 | 126 |
Decimal | 202 | 196 | 86 |
Hex | CA | C4 | 56 |
Shades of #cac456
Tints of #cac456
RGB Percentages of Color #cac456
CMYK Percentages of Color #cac456
Complementary Color
#cac456 | #565cca |
#cac456 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cac456 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cac456 Color CSS Codes
.mybgcolor {background-color:#cac456; } .myforecolor {color:#cac456; } .mybordercolor {border:3px solid #cac456; }
#cac456 Text Font Color
<p style="color:#cac456">Text here</p>
This sample text font color is #cac456
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.
#cac456 Background Color
<div style="background-color:#cac456">
Div content here</div>
This div background color is #cac456
#cac456 Border Color
<div style="border:3px solid #cac456">
Div here</div>
This div border color is #cac456
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,196,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cac456; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cac456; -webkit-box-shadow: 1px 1px 3px 2px #cac456; box-shadow: 1px 1px 3px 2px #cac456; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,196,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cac456">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cac456; -webkit-box-shadow: 1px 1px 3px 2px #cac456; box-shadow: 1px 1px 3px 2px #cac456;">
Div content here</div>
This div box has shadow with color #cac456
Comments
No comments written yet.
Please login to write comment.