Color spaces of #cab793
RGB | 202 | 183 | 147 |
---|---|---|---|
HSL | 0.11 | 0.34 | 0.68 |
HSV | 39° | 27° | 79° |
CMYK | 0.00 | 0.09 | 0.27 0.21 |
XYZ | 46.5571 | 48.5301 | 34.5172 |
Yxy | 48.5301 | 0.3592 | 0.3744 |
Hunter Lab | 69.6635 | -2.6172 | 19.3872 |
CIE-Lab | 75.1581 | 1.2192 | 20.7981 |
#cab793 color RGB value is (202,183,147).
#cab793 hex color red value is 202, green value is 183 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cab793 hue: 0.11 , saturation: 0.34 and the lightness value of cab793 is 0.68.
The process color (four color CMYK) of #cab793 color hex is 0.00, 0.09, 0.27, 0.21. Web safe color of #cab793 is #cccc99. Color #cab793 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10110111 | 10010011 |
Octal | 312 | 267 | 223 |
Decimal | 202 | 183 | 147 |
Hex | CA | B7 | 93 |
Shades of #cab793
Tints of #cab793
RGB Percentages of Color #cab793
CMYK Percentages of Color #cab793
Complementary Color
#cab793 | #93a6ca |
#cab793 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cab793 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cab793 Color CSS Codes
.mybgcolor {background-color:#cab793; } .myforecolor {color:#cab793; } .mybordercolor {border:3px solid #cab793; }
#cab793 Text Font Color
<p style="color:#cab793">Text here</p>
This sample text font color is #cab793
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.
#cab793 Background Color
<div style="background-color:#cab793">
Div content here</div>
This div background color is #cab793
#cab793 Border Color
<div style="border:3px solid #cab793">
Div here</div>
This div border color is #cab793
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,183,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cab793; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cab793; -webkit-box-shadow: 1px 1px 3px 2px #cab793; box-shadow: 1px 1px 3px 2px #cab793; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,183,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cab793">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cab793; -webkit-box-shadow: 1px 1px 3px 2px #cab793; box-shadow: 1px 1px 3px 2px #cab793;">
Div content here</div>
This div box has shadow with color #cab793
Comments
No comments written yet.
Please login to write comment.