Color spaces of #c1cdaa
RGB | 193 | 205 | 170 |
---|---|---|---|
HSL | 0.22 | 0.26 | 0.74 |
HSV | 81° | 17° | 80° |
CMYK | 0.06 | 0.00 | 0.17 0.20 |
XYZ | 51.0793 | 57.9024 | 46.5143 |
Yxy | 57.9024 | 0.3285 | 0.3724 |
Hunter Lab | 76.0936 | -13.3423 | 17.0229 |
CIE-Lab | 80.6845 | -10.2326 | 16.0695 |
#c1cdaa color RGB value is (193,205,170).
#c1cdaa hex color red value is 193, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c1cdaa hue: 0.22 , saturation: 0.26 and the lightness value of c1cdaa is 0.74.
The process color (four color CMYK) of #c1cdaa color hex is 0.06, 0.00, 0.17, 0.20. Web safe color of #c1cdaa is #cccc99. Color #c1cdaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 11001101 | 10101010 |
Octal | 301 | 315 | 252 |
Decimal | 193 | 205 | 170 |
Hex | C1 | CD | AA |
Shades of #c1cdaa
Tints of #c1cdaa
RGB Percentages of Color #c1cdaa
CMYK Percentages of Color #c1cdaa
Complementary Color
#c1cdaa | #b6aacd |
#c1cdaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1cdaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1cdaa Color CSS Codes
.mybgcolor {background-color:#c1cdaa; } .myforecolor {color:#c1cdaa; } .mybordercolor {border:3px solid #c1cdaa; }
#c1cdaa Text Font Color
<p style="color:#c1cdaa">Text here</p>
This sample text font color is #c1cdaa
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.
#c1cdaa Background Color
<div style="background-color:#c1cdaa">
Div content here</div>
This div background color is #c1cdaa
#c1cdaa Border Color
<div style="border:3px solid #c1cdaa">
Div here</div>
This div border color is #c1cdaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,205,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1cdaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1cdaa; -webkit-box-shadow: 1px 1px 3px 2px #c1cdaa; box-shadow: 1px 1px 3px 2px #c1cdaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,205,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1cdaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1cdaa; -webkit-box-shadow: 1px 1px 3px 2px #c1cdaa; box-shadow: 1px 1px 3px 2px #c1cdaa;">
Div content here</div>
This div box has shadow with color #c1cdaa
Comments
No comments written yet.
Please login to write comment.