Color spaces of #c29caf
RGB | 194 | 156 | 175 |
---|---|---|---|
HSL | 0.92 | 0.24 | 0.69 |
HSV | 330° | 20° | 76° |
CMYK | 0.00 | 0.20 | 0.10 0.24 |
XYZ | 41.8745 | 38.3414 | 45.7510 |
Yxy | 38.3414 | 0.3324 | 0.3044 |
Hunter Lab | 61.9204 | 12.3522 | -0.4632 |
CIE-Lab | 68.2715 | 17.2192 | -4.5038 |
#c29caf color RGB value is (194,156,175).
#c29caf hex color red value is 194, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c29caf hue: 0.92 , saturation: 0.24 and the lightness value of c29caf is 0.69.
The process color (four color CMYK) of #c29caf color hex is 0.00, 0.20, 0.10, 0.24. Web safe color of #c29caf is #cc9999. Color #c29caf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10011100 | 10101111 |
Octal | 302 | 234 | 257 |
Decimal | 194 | 156 | 175 |
Hex | C2 | 9C | AF |
Shades of #c29caf
Tints of #c29caf
RGB Percentages of Color #c29caf
CMYK Percentages of Color #c29caf
Complementary Color
#c29caf | #9cc2af |
#c29caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c29caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c29caf Color CSS Codes
.mybgcolor {background-color:#c29caf; } .myforecolor {color:#c29caf; } .mybordercolor {border:3px solid #c29caf; }
#c29caf Text Font Color
<p style="color:#c29caf">Text here</p>
This sample text font color is #c29caf
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.
#c29caf Background Color
<div style="background-color:#c29caf">
Div content here</div>
This div background color is #c29caf
#c29caf Border Color
<div style="border:3px solid #c29caf">
Div here</div>
This div border color is #c29caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,156,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c29caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c29caf; -webkit-box-shadow: 1px 1px 3px 2px #c29caf; box-shadow: 1px 1px 3px 2px #c29caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,156,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 #c29caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c29caf; -webkit-box-shadow: 1px 1px 3px 2px #c29caf; box-shadow: 1px 1px 3px 2px #c29caf;">
Div content here</div>
This div box has shadow with color #c29caf
Comments
No comments written yet.
Please login to write comment.