Color spaces of #ca835e
RGB | 202 | 131 | 94 |
---|---|---|---|
HSL | 0.06 | 0.50 | 0.58 |
HSV | 21° | 53° | 79° |
CMYK | 0.00 | 0.35 | 0.53 0.21 |
XYZ | 34.4938 | 29.5973 | 14.4845 |
Yxy | 29.5973 | 0.4390 | 0.3767 |
Hunter Lab | 54.4034 | 17.9698 | 22.2969 |
CIE-Lab | 61.3052 | 23.4341 | 31.1883 |
#ca835e color RGB value is (202,131,94).
#ca835e hex color red value is 202, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ca835e hue: 0.06 , saturation: 0.50 and the lightness value of ca835e is 0.58.
The process color (four color CMYK) of #ca835e color hex is 0.00, 0.35, 0.53, 0.21. Web safe color of #ca835e is #cc9966. Color #ca835e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10000011 | 01011110 |
Octal | 312 | 203 | 136 |
Decimal | 202 | 131 | 94 |
Hex | CA | 83 | 5E |
Shades of #ca835e
Tints of #ca835e
RGB Percentages of Color #ca835e
CMYK Percentages of Color #ca835e
Complementary Color
#ca835e | #5ea5ca |
#ca835e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca835e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca835e Color CSS Codes
.mybgcolor {background-color:#ca835e; } .myforecolor {color:#ca835e; } .mybordercolor {border:3px solid #ca835e; }
#ca835e Text Font Color
<p style="color:#ca835e">Text here</p>
This sample text font color is #ca835e
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.
#ca835e Background Color
<div style="background-color:#ca835e">
Div content here</div>
This div background color is #ca835e
#ca835e Border Color
<div style="border:3px solid #ca835e">
Div here</div>
This div border color is #ca835e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,131,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca835e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca835e; -webkit-box-shadow: 1px 1px 3px 2px #ca835e; box-shadow: 1px 1px 3px 2px #ca835e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,131,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca835e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca835e; -webkit-box-shadow: 1px 1px 3px 2px #ca835e; box-shadow: 1px 1px 3px 2px #ca835e;">
Div content here</div>
This div box has shadow with color #ca835e
Comments
No comments written yet.
Please login to write comment.