Color spaces of #cea070
RGB | 206 | 160 | 112 |
---|---|---|---|
HSL | 0.09 | 0.49 | 0.62 |
HSV | 31° | 46° | 81° |
CMYK | 0.00 | 0.22 | 0.46 0.19 |
XYZ | 40.9490 | 39.4333 | 20.7824 |
Yxy | 39.4333 | 0.4048 | 0.3898 |
Hunter Lab | 62.7959 | 6.5063 | 24.3351 |
CIE-Lab | 69.0640 | 10.9794 | 31.5090 |
#cea070 color RGB value is (206,160,112).
#cea070 hex color red value is 206, green value is 160 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cea070 hue: 0.09 , saturation: 0.49 and the lightness value of cea070 is 0.62.
The process color (four color CMYK) of #cea070 color hex is 0.00, 0.22, 0.46, 0.19. Web safe color of #cea070 is #cc9966. Color #cea070 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10100000 | 01110000 |
Octal | 316 | 240 | 160 |
Decimal | 206 | 160 | 112 |
Hex | CE | A0 | 70 |
Shades of #cea070
Tints of #cea070
RGB Percentages of Color #cea070
CMYK Percentages of Color #cea070
Complementary Color
#cea070 | #709ece |
#cea070 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cea070 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cea070 Color CSS Codes
.mybgcolor {background-color:#cea070; } .myforecolor {color:#cea070; } .mybordercolor {border:3px solid #cea070; }
#cea070 Text Font Color
<p style="color:#cea070">Text here</p>
This sample text font color is #cea070
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.
#cea070 Background Color
<div style="background-color:#cea070">
Div content here</div>
This div background color is #cea070
#cea070 Border Color
<div style="border:3px solid #cea070">
Div here</div>
This div border color is #cea070
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,160,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cea070; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cea070; -webkit-box-shadow: 1px 1px 3px 2px #cea070; box-shadow: 1px 1px 3px 2px #cea070; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,160,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cea070">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cea070; -webkit-box-shadow: 1px 1px 3px 2px #cea070; box-shadow: 1px 1px 3px 2px #cea070;">
Div content here</div>
This div box has shadow with color #cea070
Comments
No comments written yet.
Please login to write comment.