Color spaces of #cea454
RGB | 206 | 164 | 84 |
---|---|---|---|
HSL | 0.11 | 0.55 | 0.57 |
HSV | 39° | 59° | 81° |
CMYK | 0.00 | 0.20 | 0.59 0.19 |
XYZ | 40.3293 | 40.3128 | 14.0431 |
Yxy | 40.3128 | 0.4259 | 0.4258 |
Hunter Lab | 63.4924 | 2.2686 | 31.3310 |
CIE-Lab | 69.6917 | 6.3588 | 46.6956 |
#cea454 color RGB value is (206,164,84).
#cea454 hex color red value is 206, green value is 164 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #cea454 hue: 0.11 , saturation: 0.55 and the lightness value of cea454 is 0.57.
The process color (four color CMYK) of #cea454 color hex is 0.00, 0.20, 0.59, 0.19. Web safe color of #cea454 is #cc9966. Color #cea454 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10100100 | 01010100 |
Octal | 316 | 244 | 124 |
Decimal | 206 | 164 | 84 |
Hex | CE | A4 | 54 |
Shades of #cea454
Tints of #cea454
RGB Percentages of Color #cea454
CMYK Percentages of Color #cea454
Complementary Color
#cea454 | #547ece |
#cea454 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cea454 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cea454 Color CSS Codes
.mybgcolor {background-color:#cea454; } .myforecolor {color:#cea454; } .mybordercolor {border:3px solid #cea454; }
#cea454 Text Font Color
<p style="color:#cea454">Text here</p>
This sample text font color is #cea454
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.
#cea454 Background Color
<div style="background-color:#cea454">
Div content here</div>
This div background color is #cea454
#cea454 Border Color
<div style="border:3px solid #cea454">
Div here</div>
This div border color is #cea454
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,164,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cea454; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cea454; -webkit-box-shadow: 1px 1px 3px 2px #cea454; box-shadow: 1px 1px 3px 2px #cea454; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,164,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cea454">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cea454; -webkit-box-shadow: 1px 1px 3px 2px #cea454; box-shadow: 1px 1px 3px 2px #cea454;">
Div content here</div>
This div box has shadow with color #cea454
Comments
No comments written yet.
Please login to write comment.