Color spaces of #cacb1e
RGB | 202 | 203 | 30 |
---|---|---|---|
HSL | 0.17 | 0.74 | 0.46 |
HSV | 60° | 85° | 80° |
CMYK | 0.00 | 0.00 | 0.85 0.20 |
XYZ | 45.9474 | 55.3622 | 9.4926 |
Yxy | 55.3622 | 0.4147 | 0.4996 |
Hunter Lab | 74.4058 | -19.9820 | 44.5199 |
CIE-Lab | 79.2494 | -18.1442 | 75.5406 |
#cacb1e color RGB value is (202,203,30).
#cacb1e hex color red value is 202, green value is 203 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cacb1e hue: 0.17 , saturation: 0.74 and the lightness value of cacb1e is 0.46.
The process color (four color CMYK) of #cacb1e color hex is 0.00, 0.00, 0.85, 0.20. Web safe color of #cacb1e is #cccc33. Color #cacb1e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001011 | 00011110 |
Octal | 312 | 313 | 36 |
Decimal | 202 | 203 | 30 |
Hex | CA | CB | 1E |
Shades of #cacb1e
Tints of #cacb1e
RGB Percentages of Color #cacb1e
CMYK Percentages of Color #cacb1e
Complementary Color
#cacb1e | #1f1ecb |
#cacb1e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacb1e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacb1e Color CSS Codes
.mybgcolor {background-color:#cacb1e; } .myforecolor {color:#cacb1e; } .mybordercolor {border:3px solid #cacb1e; }
#cacb1e Text Font Color
<p style="color:#cacb1e">Text here</p>
This sample text font color is #cacb1e
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.
#cacb1e Background Color
<div style="background-color:#cacb1e">
Div content here</div>
This div background color is #cacb1e
#cacb1e Border Color
<div style="border:3px solid #cacb1e">
Div here</div>
This div border color is #cacb1e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,203,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacb1e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacb1e; -webkit-box-shadow: 1px 1px 3px 2px #cacb1e; box-shadow: 1px 1px 3px 2px #cacb1e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,203,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacb1e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacb1e; -webkit-box-shadow: 1px 1px 3px 2px #cacb1e; box-shadow: 1px 1px 3px 2px #cacb1e;">
Div content here</div>
This div box has shadow with color #cacb1e
Comments
No comments written yet.
Please login to write comment.