Color spaces of #c29e7e
RGB | 194 | 158 | 126 |
---|---|---|---|
HSL | 0.08 | 0.36 | 0.63 |
HSV | 28° | 35° | 76° |
CMYK | 0.00 | 0.19 | 0.35 0.24 |
XYZ | 38.2409 | 37.4294 | 24.9477 |
Yxy | 37.4294 | 0.3801 | 0.3720 |
Hunter Lab | 61.1796 | 4.5090 | 18.6485 |
CIE-Lab | 67.5979 | 8.7832 | 21.7517 |
#c29e7e color RGB value is (194,158,126).
#c29e7e hex color red value is 194, green value is 158 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c29e7e hue: 0.08 , saturation: 0.36 and the lightness value of c29e7e is 0.63.
The process color (four color CMYK) of #c29e7e color hex is 0.00, 0.19, 0.35, 0.24. Web safe color of #c29e7e is #cc9966. Color #c29e7e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10011110 | 01111110 |
Octal | 302 | 236 | 176 |
Decimal | 194 | 158 | 126 |
Hex | C2 | 9E | 7E |
Shades of #c29e7e
Tints of #c29e7e
RGB Percentages of Color #c29e7e
CMYK Percentages of Color #c29e7e
Complementary Color
#c29e7e | #7ea2c2 |
#c29e7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c29e7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c29e7e Color CSS Codes
.mybgcolor {background-color:#c29e7e; } .myforecolor {color:#c29e7e; } .mybordercolor {border:3px solid #c29e7e; }
#c29e7e Text Font Color
<p style="color:#c29e7e">Text here</p>
This sample text font color is #c29e7e
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.
#c29e7e Background Color
<div style="background-color:#c29e7e">
Div content here</div>
This div background color is #c29e7e
#c29e7e Border Color
<div style="border:3px solid #c29e7e">
Div here</div>
This div border color is #c29e7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,158,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c29e7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c29e7e; -webkit-box-shadow: 1px 1px 3px 2px #c29e7e; box-shadow: 1px 1px 3px 2px #c29e7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,158,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c29e7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c29e7e; -webkit-box-shadow: 1px 1px 3px 2px #c29e7e; box-shadow: 1px 1px 3px 2px #c29e7e;">
Div content here</div>
This div box has shadow with color #c29e7e
Comments
No comments written yet.
Please login to write comment.