Color spaces of #cecc95
RGB | 206 | 204 | 149 |
---|---|---|---|
HSL | 0.16 | 0.37 | 0.70 |
HSV | 58° | 28° | 81° |
CMYK | 0.00 | 0.01 | 0.28 0.19 |
XYZ | 52.4713 | 58.4775 | 36.9555 |
Yxy | 58.4775 | 0.3548 | 0.3954 |
Hunter Lab | 76.4706 | -11.3434 | 24.8767 |
CIE-Lab | 81.0035 | -7.9482 | 27.7382 |
#cecc95 color RGB value is (206,204,149).
#cecc95 hex color red value is 206, green value is 204 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cecc95 hue: 0.16 , saturation: 0.37 and the lightness value of cecc95 is 0.70.
The process color (four color CMYK) of #cecc95 color hex is 0.00, 0.01, 0.28, 0.19. Web safe color of #cecc95 is #cccc99. Color #cecc95 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001100 | 10010101 |
Octal | 316 | 314 | 225 |
Decimal | 206 | 204 | 149 |
Hex | CE | CC | 95 |
Shades of #cecc95
Tints of #cecc95
RGB Percentages of Color #cecc95
CMYK Percentages of Color #cecc95
Complementary Color
#cecc95 | #9597ce |
#cecc95 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecc95 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecc95 Color CSS Codes
.mybgcolor {background-color:#cecc95; } .myforecolor {color:#cecc95; } .mybordercolor {border:3px solid #cecc95; }
#cecc95 Text Font Color
<p style="color:#cecc95">Text here</p>
This sample text font color is #cecc95
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.
#cecc95 Background Color
<div style="background-color:#cecc95">
Div content here</div>
This div background color is #cecc95
#cecc95 Border Color
<div style="border:3px solid #cecc95">
Div here</div>
This div border color is #cecc95
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,204,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecc95; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecc95; -webkit-box-shadow: 1px 1px 3px 2px #cecc95; box-shadow: 1px 1px 3px 2px #cecc95; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,204,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cecc95">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecc95; -webkit-box-shadow: 1px 1px 3px 2px #cecc95; box-shadow: 1px 1px 3px 2px #cecc95;">
Div content here</div>
This div box has shadow with color #cecc95
Comments
No comments written yet.
Please login to write comment.