Color spaces of #ca991e
RGB | 202 | 153 | 30 |
---|---|---|---|
HSL | 0.12 | 0.74 | 0.45 |
HSV | 43° | 85° | 79° |
CMYK | 0.00 | 0.24 | 0.85 0.21 |
XYZ | 35.9827 | 35.4328 | 6.1710 |
Yxy | 35.4328 | 0.4638 | 0.4567 |
Hunter Lab | 59.5255 | 3.7324 | 35.5212 |
CIE-Lab | 66.0842 | 7.8941 | 64.7009 |
#ca991e color RGB value is (202,153,30).
#ca991e hex color red value is 202, green value is 153 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ca991e hue: 0.12 , saturation: 0.74 and the lightness value of ca991e is 0.45.
The process color (four color CMYK) of #ca991e color hex is 0.00, 0.24, 0.85, 0.21. Web safe color of #ca991e is #cc9933. Color #ca991e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10011001 | 00011110 |
Octal | 312 | 231 | 36 |
Decimal | 202 | 153 | 30 |
Hex | CA | 99 | 1E |
Shades of #ca991e
Tints of #ca991e
RGB Percentages of Color #ca991e
CMYK Percentages of Color #ca991e
Complementary Color
#ca991e | #1e4fca |
#ca991e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca991e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca991e Color CSS Codes
.mybgcolor {background-color:#ca991e; } .myforecolor {color:#ca991e; } .mybordercolor {border:3px solid #ca991e; }
#ca991e Text Font Color
<p style="color:#ca991e">Text here</p>
This sample text font color is #ca991e
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.
#ca991e Background Color
<div style="background-color:#ca991e">
Div content here</div>
This div background color is #ca991e
#ca991e Border Color
<div style="border:3px solid #ca991e">
Div here</div>
This div border color is #ca991e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,153,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca991e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca991e; -webkit-box-shadow: 1px 1px 3px 2px #ca991e; box-shadow: 1px 1px 3px 2px #ca991e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,153,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 #ca991e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca991e; -webkit-box-shadow: 1px 1px 3px 2px #ca991e; box-shadow: 1px 1px 3px 2px #ca991e;">
Div content here</div>
This div box has shadow with color #ca991e
Comments
No comments written yet.
Please login to write comment.