Color spaces of #cea45e
RGB | 206 | 164 | 94 |
---|---|---|---|
HSL | 0.10 | 0.53 | 0.59 |
HSV | 38° | 54° | 81° |
CMYK | 0.00 | 0.20 | 0.54 0.19 |
XYZ | 40.7494 | 40.4809 | 16.2555 |
Yxy | 40.4809 | 0.4180 | 0.4152 |
Hunter Lab | 63.6246 | 2.9801 | 29.3892 |
CIE-Lab | 69.8107 | 7.1463 | 41.8508 |
#cea45e color RGB value is (206,164,94).
#cea45e hex color red value is 206, green value is 164 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cea45e hue: 0.10 , saturation: 0.53 and the lightness value of cea45e is 0.59.
The process color (four color CMYK) of #cea45e color hex is 0.00, 0.20, 0.54, 0.19. Web safe color of #cea45e is #cc9966. Color #cea45e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10100100 | 01011110 |
Octal | 316 | 244 | 136 |
Decimal | 206 | 164 | 94 |
Hex | CE | A4 | 5E |
Shades of #cea45e
Tints of #cea45e
RGB Percentages of Color #cea45e
CMYK Percentages of Color #cea45e
Complementary Color
#cea45e | #5e88ce |
#cea45e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cea45e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cea45e Color CSS Codes
.mybgcolor {background-color:#cea45e; } .myforecolor {color:#cea45e; } .mybordercolor {border:3px solid #cea45e; }
#cea45e Text Font Color
<p style="color:#cea45e">Text here</p>
This sample text font color is #cea45e
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.
#cea45e Background Color
<div style="background-color:#cea45e">
Div content here</div>
This div background color is #cea45e
#cea45e Border Color
<div style="border:3px solid #cea45e">
Div here</div>
This div border color is #cea45e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,164,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cea45e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cea45e; -webkit-box-shadow: 1px 1px 3px 2px #cea45e; box-shadow: 1px 1px 3px 2px #cea45e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,164,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cea45e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cea45e; -webkit-box-shadow: 1px 1px 3px 2px #cea45e; box-shadow: 1px 1px 3px 2px #cea45e;">
Div content here</div>
This div box has shadow with color #cea45e
Comments
No comments written yet.
Please login to write comment.