Color spaces of #cecd84
RGB | 206 | 205 | 132 |
---|---|---|---|
HSL | 0.16 | 0.43 | 0.66 |
HSV | 59° | 36° | 81° |
CMYK | 0.00 | 0.00 | 0.36 0.19 |
XYZ | 51.4498 | 58.4504 | 30.4002 |
Yxy | 58.4504 | 0.3667 | 0.4166 |
Hunter Lab | 76.4529 | -13.6690 | 29.9413 |
CIE-Lab | 80.9886 | -10.5627 | 36.5036 |
#cecd84 color RGB value is (206,205,132).
#cecd84 hex color red value is 206, green value is 205 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cecd84 hue: 0.16 , saturation: 0.43 and the lightness value of cecd84 is 0.66.
The process color (four color CMYK) of #cecd84 color hex is 0.00, 0.00, 0.36, 0.19. Web safe color of #cecd84 is #cccc99. Color #cecd84 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001101 | 10000100 |
Octal | 316 | 315 | 204 |
Decimal | 206 | 205 | 132 |
Hex | CE | CD | 84 |
Shades of #cecd84
Tints of #cecd84
RGB Percentages of Color #cecd84
CMYK Percentages of Color #cecd84
Complementary Color
#cecd84 | #8485ce |
#cecd84 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecd84 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecd84 Color CSS Codes
.mybgcolor {background-color:#cecd84; } .myforecolor {color:#cecd84; } .mybordercolor {border:3px solid #cecd84; }
#cecd84 Text Font Color
<p style="color:#cecd84">Text here</p>
This sample text font color is #cecd84
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.
#cecd84 Background Color
<div style="background-color:#cecd84">
Div content here</div>
This div background color is #cecd84
#cecd84 Border Color
<div style="border:3px solid #cecd84">
Div here</div>
This div border color is #cecd84
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,205,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecd84; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecd84; -webkit-box-shadow: 1px 1px 3px 2px #cecd84; box-shadow: 1px 1px 3px 2px #cecd84; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,205,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cecd84">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecd84; -webkit-box-shadow: 1px 1px 3px 2px #cecd84; box-shadow: 1px 1px 3px 2px #cecd84;">
Div content here</div>
This div box has shadow with color #cecd84
Comments
No comments written yet.
Please login to write comment.