Color spaces of #cac923
RGB | 202 | 201 | 35 |
---|---|---|---|
HSL | 0.17 | 0.70 | 0.46 |
HSV | 60° | 83° | 79° |
CMYK | 0.00 | 0.00 | 0.83 0.21 |
XYZ | 45.5471 | 54.4512 | 9.6997 |
Yxy | 54.4512 | 0.4152 | 0.4964 |
Hunter Lab | 73.7911 | -18.9563 | 43.8602 |
CIE-Lab | 78.7241 | -17.0227 | 73.9945 |
#cac923 color RGB value is (202,201,35).
#cac923 hex color red value is 202, green value is 201 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #cac923 hue: 0.17 , saturation: 0.70 and the lightness value of cac923 is 0.46.
The process color (four color CMYK) of #cac923 color hex is 0.00, 0.00, 0.83, 0.21. Web safe color of #cac923 is #cccc33. Color #cac923 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001001 | 00100011 |
Octal | 312 | 311 | 43 |
Decimal | 202 | 201 | 35 |
Hex | CA | C9 | 23 |
Shades of #cac923
Tints of #cac923
RGB Percentages of Color #cac923
CMYK Percentages of Color #cac923
Complementary Color
#cac923 | #2324ca |
#cac923 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cac923 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cac923 Color CSS Codes
.mybgcolor {background-color:#cac923; } .myforecolor {color:#cac923; } .mybordercolor {border:3px solid #cac923; }
#cac923 Text Font Color
<p style="color:#cac923">Text here</p>
This sample text font color is #cac923
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.
#cac923 Background Color
<div style="background-color:#cac923">
Div content here</div>
This div background color is #cac923
#cac923 Border Color
<div style="border:3px solid #cac923">
Div here</div>
This div border color is #cac923
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,201,35, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cac923; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cac923; -webkit-box-shadow: 1px 1px 3px 2px #cac923; box-shadow: 1px 1px 3px 2px #cac923; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,201,35, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cac923">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cac923; -webkit-box-shadow: 1px 1px 3px 2px #cac923; box-shadow: 1px 1px 3px 2px #cac923;">
Div content here</div>
This div box has shadow with color #cac923
Comments
No comments written yet.
Please login to write comment.