Color spaces of #c1aeab
RGB | 193 | 174 | 171 |
---|---|---|---|
HSL | 0.02 | 0.15 | 0.71 |
HSV | 8° | 11° | 76° |
CMYK | 0.00 | 0.10 | 0.11 0.24 |
XYZ | 44.4791 | 44.5498 | 44.7828 |
Yxy | 44.5498 | 0.3324 | 0.3329 |
Hunter Lab | 66.7456 | 2.1470 | 6.9415 |
CIE-Lab | 72.5945 | 6.3157 | 4.0139 |
#c1aeab color RGB value is (193,174,171).
#c1aeab hex color red value is 193, green value is 174 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c1aeab hue: 0.02 , saturation: 0.15 and the lightness value of c1aeab is 0.71.
The process color (four color CMYK) of #c1aeab color hex is 0.00, 0.10, 0.11, 0.24. Web safe color of #c1aeab is #cc9999. Color #c1aeab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10101110 | 10101011 |
Octal | 301 | 256 | 253 |
Decimal | 193 | 174 | 171 |
Hex | C1 | AE | AB |
Shades of #c1aeab
Tints of #c1aeab
RGB Percentages of Color #c1aeab
CMYK Percentages of Color #c1aeab
Complementary Color
#c1aeab | #abbec1 |
#c1aeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1aeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1aeab Color CSS Codes
.mybgcolor {background-color:#c1aeab; } .myforecolor {color:#c1aeab; } .mybordercolor {border:3px solid #c1aeab; }
#c1aeab Text Font Color
<p style="color:#c1aeab">Text here</p>
This sample text font color is #c1aeab
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.
#c1aeab Background Color
<div style="background-color:#c1aeab">
Div content here</div>
This div background color is #c1aeab
#c1aeab Border Color
<div style="border:3px solid #c1aeab">
Div here</div>
This div border color is #c1aeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,174,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1aeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1aeab; -webkit-box-shadow: 1px 1px 3px 2px #c1aeab; box-shadow: 1px 1px 3px 2px #c1aeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,174,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1aeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1aeab; -webkit-box-shadow: 1px 1px 3px 2px #c1aeab; box-shadow: 1px 1px 3px 2px #c1aeab;">
Div content here</div>
This div box has shadow with color #c1aeab
Comments
No comments written yet.
Please login to write comment.