Color spaces of #c5afaf
RGB | 197 | 175 | 175 |
---|---|---|---|
HSL | 0.00 | 0.16 | 0.73 |
HSV | 0° | 11° | 77° |
CMYK | 0.00 | 0.11 | 0.11 0.23 |
XYZ | 46.0938 | 45.6254 | 46.9346 |
Yxy | 45.6254 | 0.3324 | 0.3291 |
Hunter Lab | 67.5466 | 3.6019 | 6.0851 |
CIE-Lab | 73.3018 | 7.9085 | 2.8884 |
#c5afaf color RGB value is (197,175,175).
#c5afaf hex color red value is 197, green value is 175 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c5afaf hue: 0.00 , saturation: 0.16 and the lightness value of c5afaf is 0.73.
The process color (four color CMYK) of #c5afaf color hex is 0.00, 0.11, 0.11, 0.23. Web safe color of #c5afaf is #cc9999. Color #c5afaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10101111 | 10101111 |
Octal | 305 | 257 | 257 |
Decimal | 197 | 175 | 175 |
Hex | C5 | AF | AF |
Shades of #c5afaf
Tints of #c5afaf
RGB Percentages of Color #c5afaf
CMYK Percentages of Color #c5afaf
Complementary Color
#c5afaf | #afc5c5 |
#c5afaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5afaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5afaf Color CSS Codes
.mybgcolor {background-color:#c5afaf; } .myforecolor {color:#c5afaf; } .mybordercolor {border:3px solid #c5afaf; }
#c5afaf Text Font Color
<p style="color:#c5afaf">Text here</p>
This sample text font color is #c5afaf
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.
#c5afaf Background Color
<div style="background-color:#c5afaf">
Div content here</div>
This div background color is #c5afaf
#c5afaf Border Color
<div style="border:3px solid #c5afaf">
Div here</div>
This div border color is #c5afaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,175,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5afaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5afaf; -webkit-box-shadow: 1px 1px 3px 2px #c5afaf; box-shadow: 1px 1px 3px 2px #c5afaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,175,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5afaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5afaf; -webkit-box-shadow: 1px 1px 3px 2px #c5afaf; box-shadow: 1px 1px 3px 2px #c5afaf;">
Div content here</div>
This div box has shadow with color #c5afaf
#c5afaf Color Palettes
Comments
No comments written yet.
Please login to write comment.