Color spaces of #cea47e
RGB | 206 | 164 | 126 |
---|---|---|---|
HSL | 0.08 | 0.45 | 0.65 |
HSV | 29° | 39° | 81° |
CMYK | 0.00 | 0.20 | 0.39 0.19 |
XYZ | 42.4950 | 41.1791 | 25.4473 |
Yxy | 41.1791 | 0.3894 | 0.3774 |
Hunter Lab | 64.1709 | 5.9063 | 21.4079 |
CIE-Lab | 70.3012 | 10.3403 | 25.6009 |
#cea47e color RGB value is (206,164,126).
#cea47e hex color red value is 206, green value is 164 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cea47e hue: 0.08 , saturation: 0.45 and the lightness value of cea47e is 0.65.
The process color (four color CMYK) of #cea47e color hex is 0.00, 0.20, 0.39, 0.19. Web safe color of #cea47e is #cc9966. Color #cea47e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10100100 | 01111110 |
Octal | 316 | 244 | 176 |
Decimal | 206 | 164 | 126 |
Hex | CE | A4 | 7E |
Shades of #cea47e
Tints of #cea47e
RGB Percentages of Color #cea47e
CMYK Percentages of Color #cea47e
Complementary Color
#cea47e | #7ea8ce |
#cea47e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cea47e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cea47e Color CSS Codes
.mybgcolor {background-color:#cea47e; } .myforecolor {color:#cea47e; } .mybordercolor {border:3px solid #cea47e; }
#cea47e Text Font Color
<p style="color:#cea47e">Text here</p>
This sample text font color is #cea47e
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.
#cea47e Background Color
<div style="background-color:#cea47e">
Div content here</div>
This div background color is #cea47e
#cea47e Border Color
<div style="border:3px solid #cea47e">
Div here</div>
This div border color is #cea47e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,164,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cea47e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cea47e; -webkit-box-shadow: 1px 1px 3px 2px #cea47e; box-shadow: 1px 1px 3px 2px #cea47e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,164,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 #cea47e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cea47e; -webkit-box-shadow: 1px 1px 3px 2px #cea47e; box-shadow: 1px 1px 3px 2px #cea47e;">
Div content here</div>
This div box has shadow with color #cea47e
Comments
No comments written yet.
Please login to write comment.