Color spaces of #c1afae
RGB | 193 | 175 | 174 |
---|---|---|---|
HSL | 0.01 | 0.13 | 0.72 |
HSV | 3° | 10° | 76° |
CMYK | 0.00 | 0.09 | 0.10 0.24 |
XYZ | 44.9623 | 45.0534 | 46.3708 |
Yxy | 45.0534 | 0.3297 | 0.3303 |
Hunter Lab | 67.1218 | 2.1070 | 6.0251 |
CIE-Lab | 72.9270 | 6.2828 | 2.8496 |
#c1afae color RGB value is (193,175,174).
#c1afae hex color red value is 193, green value is 175 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c1afae hue: 0.01 , saturation: 0.13 and the lightness value of c1afae is 0.72.
The process color (four color CMYK) of #c1afae color hex is 0.00, 0.09, 0.10, 0.24. Web safe color of #c1afae is #cc9999. Color #c1afae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10101111 | 10101110 |
Octal | 301 | 257 | 256 |
Decimal | 193 | 175 | 174 |
Hex | C1 | AF | AE |
Shades of #c1afae
Tints of #c1afae
RGB Percentages of Color #c1afae
CMYK Percentages of Color #c1afae
Complementary Color
#c1afae | #aec0c1 |
#c1afae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1afae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1afae Color CSS Codes
.mybgcolor {background-color:#c1afae; } .myforecolor {color:#c1afae; } .mybordercolor {border:3px solid #c1afae; }
#c1afae Text Font Color
<p style="color:#c1afae">Text here</p>
This sample text font color is #c1afae
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.
#c1afae Background Color
<div style="background-color:#c1afae">
Div content here</div>
This div background color is #c1afae
#c1afae Border Color
<div style="border:3px solid #c1afae">
Div here</div>
This div border color is #c1afae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,175,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1afae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1afae; -webkit-box-shadow: 1px 1px 3px 2px #c1afae; box-shadow: 1px 1px 3px 2px #c1afae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,175,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1afae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1afae; -webkit-box-shadow: 1px 1px 3px 2px #c1afae; box-shadow: 1px 1px 3px 2px #c1afae;">
Div content here</div>
This div box has shadow with color #c1afae
Comments
No comments written yet.
Please login to write comment.