Color spaces of #cab75f
RGB | 202 | 183 | 95 |
---|---|---|---|
HSL | 0.14 | 0.50 | 0.58 |
HSV | 49° | 53° | 79° |
CMYK | 0.00 | 0.09 | 0.53 0.21 |
XYZ | 43.3562 | 47.2498 | 17.6615 |
Yxy | 47.2498 | 0.4005 | 0.4364 |
Hunter Lab | 68.7385 | -7.7050 | 32.8831 |
CIE-Lab | 74.3493 | -4.5427 | 46.7011 |
#cab75f color RGB value is (202,183,95).
#cab75f hex color red value is 202, green value is 183 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cab75f hue: 0.14 , saturation: 0.50 and the lightness value of cab75f is 0.58.
The process color (four color CMYK) of #cab75f color hex is 0.00, 0.09, 0.53, 0.21. Web safe color of #cab75f is #cccc66. Color #cab75f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10110111 | 01011111 |
Octal | 312 | 267 | 137 |
Decimal | 202 | 183 | 95 |
Hex | CA | B7 | 5F |
Shades of #cab75f
Tints of #cab75f
RGB Percentages of Color #cab75f
CMYK Percentages of Color #cab75f
Complementary Color
#cab75f | #5f72ca |
#cab75f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cab75f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cab75f Color CSS Codes
.mybgcolor {background-color:#cab75f; } .myforecolor {color:#cab75f; } .mybordercolor {border:3px solid #cab75f; }
#cab75f Text Font Color
<p style="color:#cab75f">Text here</p>
This sample text font color is #cab75f
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.
#cab75f Background Color
<div style="background-color:#cab75f">
Div content here</div>
This div background color is #cab75f
#cab75f Border Color
<div style="border:3px solid #cab75f">
Div here</div>
This div border color is #cab75f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,183,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cab75f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cab75f; -webkit-box-shadow: 1px 1px 3px 2px #cab75f; box-shadow: 1px 1px 3px 2px #cab75f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,183,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cab75f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cab75f; -webkit-box-shadow: 1px 1px 3px 2px #cab75f; box-shadow: 1px 1px 3px 2px #cab75f;">
Div content here</div>
This div box has shadow with color #cab75f
Comments
No comments written yet.
Please login to write comment.