Color spaces of #cac844
RGB | 202 | 200 | 68 |
---|---|---|---|
HSL | 0.16 | 0.56 | 0.53 |
HSV | 59° | 66° | 79° |
CMYK | 0.00 | 0.01 | 0.66 0.21 |
XYZ | 46.0548 | 54.2825 | 13.5191 |
Yxy | 54.2825 | 0.4045 | 0.4768 |
Hunter Lab | 73.6767 | -17.3550 | 40.6944 |
CIE-Lab | 78.6262 | -15.1522 | 63.3726 |
#cac844 color RGB value is (202,200,68).
#cac844 hex color red value is 202, green value is 200 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #cac844 hue: 0.16 , saturation: 0.56 and the lightness value of cac844 is 0.53.
The process color (four color CMYK) of #cac844 color hex is 0.00, 0.01, 0.66, 0.21. Web safe color of #cac844 is #cccc33. Color #cac844 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001000 | 01000100 |
Octal | 312 | 310 | 104 |
Decimal | 202 | 200 | 68 |
Hex | CA | C8 | 44 |
Shades of #cac844
Tints of #cac844
RGB Percentages of Color #cac844
CMYK Percentages of Color #cac844
Complementary Color
#cac844 | #4446ca |
#cac844 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cac844 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cac844 Color CSS Codes
.mybgcolor {background-color:#cac844; } .myforecolor {color:#cac844; } .mybordercolor {border:3px solid #cac844; }
#cac844 Text Font Color
<p style="color:#cac844">Text here</p>
This sample text font color is #cac844
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.
#cac844 Background Color
<div style="background-color:#cac844">
Div content here</div>
This div background color is #cac844
#cac844 Border Color
<div style="border:3px solid #cac844">
Div here</div>
This div border color is #cac844
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,200,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cac844; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cac844; -webkit-box-shadow: 1px 1px 3px 2px #cac844; box-shadow: 1px 1px 3px 2px #cac844; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,200,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cac844">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cac844; -webkit-box-shadow: 1px 1px 3px 2px #cac844; box-shadow: 1px 1px 3px 2px #cac844;">
Div content here</div>
This div box has shadow with color #cac844
Comments
No comments written yet.
Please login to write comment.