Color spaces of #c6aaae
RGB | 198 | 170 | 174 |
---|---|---|---|
HSL | 0.98 | 0.20 | 0.72 |
HSV | 351° | 14° | 78° |
CMYK | 0.00 | 0.14 | 0.12 0.22 |
XYZ | 45.3034 | 43.8112 | 46.1131 |
Yxy | 43.8112 | 0.3350 | 0.3240 |
Hunter Lab | 66.1900 | 6.3408 | 5.0270 |
CIE-Lab | 72.1021 | 10.8212 | 1.7066 |
#c6aaae color RGB value is (198,170,174).
#c6aaae hex color red value is 198, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c6aaae hue: 0.98 , saturation: 0.20 and the lightness value of c6aaae is 0.72.
The process color (four color CMYK) of #c6aaae color hex is 0.00, 0.14, 0.12, 0.22. Web safe color of #c6aaae is #cc9999. Color #c6aaae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10101010 | 10101110 |
Octal | 306 | 252 | 256 |
Decimal | 198 | 170 | 174 |
Hex | C6 | AA | AE |
Shades of #c6aaae
Tints of #c6aaae
RGB Percentages of Color #c6aaae
CMYK Percentages of Color #c6aaae
Complementary Color
#c6aaae | #aac6c2 |
#c6aaae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6aaae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6aaae Color CSS Codes
.mybgcolor {background-color:#c6aaae; } .myforecolor {color:#c6aaae; } .mybordercolor {border:3px solid #c6aaae; }
#c6aaae Text Font Color
<p style="color:#c6aaae">Text here</p>
This sample text font color is #c6aaae
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.
#c6aaae Background Color
<div style="background-color:#c6aaae">
Div content here</div>
This div background color is #c6aaae
#c6aaae Border Color
<div style="border:3px solid #c6aaae">
Div here</div>
This div border color is #c6aaae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,170,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6aaae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6aaae; -webkit-box-shadow: 1px 1px 3px 2px #c6aaae; box-shadow: 1px 1px 3px 2px #c6aaae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,170,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 #c6aaae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6aaae; -webkit-box-shadow: 1px 1px 3px 2px #c6aaae; box-shadow: 1px 1px 3px 2px #c6aaae;">
Div content here</div>
This div box has shadow with color #c6aaae
Comments
No comments written yet.
Please login to write comment.