Color spaces of #caab16
RGB | 202 | 171 | 22 |
---|---|---|---|
HSL | 0.14 | 0.80 | 0.44 |
HSV | 50° | 89° | 79° |
CMYK | 0.00 | 0.15 | 0.89 0.21 |
XYZ | 39.0648 | 41.7403 | 6.7568 |
Yxy | 41.7403 | 0.4461 | 0.4767 |
Hunter Lab | 64.6067 | -5.1308 | 39.0240 |
CIE-Lab | 70.6915 | -1.9190 | 70.2866 |
#caab16 color RGB value is (202,171,22).
#caab16 hex color red value is 202, green value is 171 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #caab16 hue: 0.14 , saturation: 0.80 and the lightness value of caab16 is 0.44.
The process color (four color CMYK) of #caab16 color hex is 0.00, 0.15, 0.89, 0.21. Web safe color of #caab16 is #cc9900. Color #caab16 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101011 | 00010110 |
Octal | 312 | 253 | 26 |
Decimal | 202 | 171 | 22 |
Hex | CA | AB | 16 |
Shades of #caab16
Tints of #caab16
RGB Percentages of Color #caab16
CMYK Percentages of Color #caab16
Complementary Color
#caab16 | #1635ca |
#caab16 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caab16 Color Preview on White Background
Lorem ipsum dolor sit amet.
#caab16 Color CSS Codes
.mybgcolor {background-color:#caab16; } .myforecolor {color:#caab16; } .mybordercolor {border:3px solid #caab16; }
#caab16 Text Font Color
<p style="color:#caab16">Text here</p>
This sample text font color is #caab16
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.
#caab16 Background Color
<div style="background-color:#caab16">
Div content here</div>
This div background color is #caab16
#caab16 Border Color
<div style="border:3px solid #caab16">
Div here</div>
This div border color is #caab16
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,171,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caab16; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caab16; -webkit-box-shadow: 1px 1px 3px 2px #caab16; box-shadow: 1px 1px 3px 2px #caab16; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,171,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caab16">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caab16; -webkit-box-shadow: 1px 1px 3px 2px #caab16; box-shadow: 1px 1px 3px 2px #caab16;">
Div content here</div>
This div box has shadow with color #caab16
Comments
No comments written yet.
Please login to write comment.