Color spaces of #cea172
RGB | 206 | 161 | 114 |
---|---|---|---|
HSL | 0.09 | 0.48 | 0.63 |
HSV | 31° | 45° | 81° |
CMYK | 0.00 | 0.22 | 0.45 0.19 |
XYZ | 41.2357 | 39.8265 | 21.4335 |
Yxy | 39.8265 | 0.4023 | 0.3886 |
Hunter Lab | 63.1082 | 6.1947 | 24.0391 |
CIE-Lab | 69.3458 | 10.6440 | 30.8047 |
#cea172 color RGB value is (206,161,114).
#cea172 hex color red value is 206, green value is 161 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cea172 hue: 0.09 , saturation: 0.48 and the lightness value of cea172 is 0.63.
The process color (four color CMYK) of #cea172 color hex is 0.00, 0.22, 0.45, 0.19. Web safe color of #cea172 is #cc9966. Color #cea172 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10100001 | 01110010 |
Octal | 316 | 241 | 162 |
Decimal | 206 | 161 | 114 |
Hex | CE | A1 | 72 |
Shades of #cea172
Tints of #cea172
RGB Percentages of Color #cea172
CMYK Percentages of Color #cea172
Complementary Color
#cea172 | #729fce |
#cea172 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cea172 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cea172 Color CSS Codes
.mybgcolor {background-color:#cea172; } .myforecolor {color:#cea172; } .mybordercolor {border:3px solid #cea172; }
#cea172 Text Font Color
<p style="color:#cea172">Text here</p>
This sample text font color is #cea172
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.
#cea172 Background Color
<div style="background-color:#cea172">
Div content here</div>
This div background color is #cea172
#cea172 Border Color
<div style="border:3px solid #cea172">
Div here</div>
This div border color is #cea172
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,161,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cea172; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cea172; -webkit-box-shadow: 1px 1px 3px 2px #cea172; box-shadow: 1px 1px 3px 2px #cea172; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,161,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cea172">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cea172; -webkit-box-shadow: 1px 1px 3px 2px #cea172; box-shadow: 1px 1px 3px 2px #cea172;">
Div content here</div>
This div box has shadow with color #cea172
Comments
No comments written yet.
Please login to write comment.