Color spaces of #c1aeaa
RGB | 193 | 174 | 170 |
---|---|---|---|
HSL | 0.03 | 0.16 | 0.71 |
HSV | 10° | 12° | 76° |
CMYK | 0.00 | 0.10 | 0.12 0.24 |
XYZ | 44.3841 | 44.5118 | 44.2826 |
Yxy | 44.5118 | 0.3333 | 0.3342 |
Hunter Lab | 66.7172 | 1.9934 | 7.3491 |
CIE-Lab | 72.5693 | 6.1477 | 4.5263 |
#c1aeaa color RGB value is (193,174,170).
#c1aeaa hex color red value is 193, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c1aeaa hue: 0.03 , saturation: 0.16 and the lightness value of c1aeaa is 0.71.
The process color (four color CMYK) of #c1aeaa color hex is 0.00, 0.10, 0.12, 0.24. Web safe color of #c1aeaa is #cc9999. Color #c1aeaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10101110 | 10101010 |
Octal | 301 | 256 | 252 |
Decimal | 193 | 174 | 170 |
Hex | C1 | AE | AA |
Shades of #c1aeaa
Tints of #c1aeaa
RGB Percentages of Color #c1aeaa
CMYK Percentages of Color #c1aeaa
Complementary Color
#c1aeaa | #aabdc1 |
#c1aeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1aeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1aeaa Color CSS Codes
.mybgcolor {background-color:#c1aeaa; } .myforecolor {color:#c1aeaa; } .mybordercolor {border:3px solid #c1aeaa; }
#c1aeaa Text Font Color
<p style="color:#c1aeaa">Text here</p>
This sample text font color is #c1aeaa
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.
#c1aeaa Background Color
<div style="background-color:#c1aeaa">
Div content here</div>
This div background color is #c1aeaa
#c1aeaa Border Color
<div style="border:3px solid #c1aeaa">
Div here</div>
This div border color is #c1aeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,174,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1aeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1aeaa; -webkit-box-shadow: 1px 1px 3px 2px #c1aeaa; box-shadow: 1px 1px 3px 2px #c1aeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,174,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 #c1aeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1aeaa; -webkit-box-shadow: 1px 1px 3px 2px #c1aeaa; box-shadow: 1px 1px 3px 2px #c1aeaa;">
Div content here</div>
This div box has shadow with color #c1aeaa
Comments
No comments written yet.
Please login to write comment.