Color spaces of #ca900f
RGB | 202 | 144 | 15 |
---|---|---|---|
HSL | 0.11 | 0.86 | 0.43 |
HSV | 41° | 93° | 79° |
CMYK | 0.00 | 0.29 | 0.93 0.21 |
XYZ | 34.4166 | 32.5376 | 4.9184 |
Yxy | 32.5376 | 0.4789 | 0.4527 |
Hunter Lab | 57.0417 | 7.8764 | 34.8170 |
CIE-Lab | 63.7847 | 12.4802 | 66.3318 |
#ca900f color RGB value is (202,144,15).
#ca900f hex color red value is 202, green value is 144 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ca900f hue: 0.11 , saturation: 0.86 and the lightness value of ca900f is 0.43.
The process color (four color CMYK) of #ca900f color hex is 0.00, 0.29, 0.93, 0.21. Web safe color of #ca900f is #cc9900. Color #ca900f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10010000 | 00001111 |
Octal | 312 | 220 | 17 |
Decimal | 202 | 144 | 15 |
Hex | CA | 90 | F |
Shades of #ca900f
Tints of #ca900f
RGB Percentages of Color #ca900f
CMYK Percentages of Color #ca900f
Complementary Color
#ca900f | #0f49ca |
#ca900f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca900f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca900f Color CSS Codes
.mybgcolor {background-color:#ca900f; } .myforecolor {color:#ca900f; } .mybordercolor {border:3px solid #ca900f; }
#ca900f Text Font Color
<p style="color:#ca900f">Text here</p>
This sample text font color is #ca900f
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.
#ca900f Background Color
<div style="background-color:#ca900f">
Div content here</div>
This div background color is #ca900f
#ca900f Border Color
<div style="border:3px solid #ca900f">
Div here</div>
This div border color is #ca900f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,144,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca900f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca900f; -webkit-box-shadow: 1px 1px 3px 2px #ca900f; box-shadow: 1px 1px 3px 2px #ca900f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,144,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca900f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca900f; -webkit-box-shadow: 1px 1px 3px 2px #ca900f; box-shadow: 1px 1px 3px 2px #ca900f;">
Div content here</div>
This div box has shadow with color #ca900f
Comments
No comments written yet.
Please login to write comment.