Color spaces of #cac762
RGB | 202 | 199 | 98 |
---|---|---|---|
HSL | 0.16 | 0.50 | 0.59 |
HSV | 58° | 51° | 79° |
CMYK | 0.00 | 0.01 | 0.51 0.21 |
XYZ | 46.9851 | 54.2852 | 19.5570 |
Yxy | 54.2852 | 0.3889 | 0.4493 |
Hunter Lab | 73.6785 | -15.1071 | 35.8372 |
CIE-Lab | 78.6277 | -12.5323 | 50.3076 |
#cac762 color RGB value is (202,199,98).
#cac762 hex color red value is 202, green value is 199 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #cac762 hue: 0.16 , saturation: 0.50 and the lightness value of cac762 is 0.59.
The process color (four color CMYK) of #cac762 color hex is 0.00, 0.01, 0.51, 0.21. Web safe color of #cac762 is #cccc66. Color #cac762 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11000111 | 01100010 |
Octal | 312 | 307 | 142 |
Decimal | 202 | 199 | 98 |
Hex | CA | C7 | 62 |
Shades of #cac762
Tints of #cac762
RGB Percentages of Color #cac762
CMYK Percentages of Color #cac762
Complementary Color
#cac762 | #6265ca |
#cac762 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cac762 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cac762 Color CSS Codes
.mybgcolor {background-color:#cac762; } .myforecolor {color:#cac762; } .mybordercolor {border:3px solid #cac762; }
#cac762 Text Font Color
<p style="color:#cac762">Text here</p>
This sample text font color is #cac762
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.
#cac762 Background Color
<div style="background-color:#cac762">
Div content here</div>
This div background color is #cac762
#cac762 Border Color
<div style="border:3px solid #cac762">
Div here</div>
This div border color is #cac762
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,199,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cac762; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cac762; -webkit-box-shadow: 1px 1px 3px 2px #cac762; box-shadow: 1px 1px 3px 2px #cac762; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,199,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cac762">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cac762; -webkit-box-shadow: 1px 1px 3px 2px #cac762; box-shadow: 1px 1px 3px 2px #cac762;">
Div content here</div>
This div box has shadow with color #cac762
Comments
No comments written yet.
Please login to write comment.