Color spaces of #cecc8f
RGB | 206 | 204 | 143 |
---|---|---|---|
HSL | 0.16 | 0.39 | 0.68 |
HSV | 58° | 31° | 81° |
CMYK | 0.00 | 0.01 | 0.31 0.19 |
XYZ | 52.0044 | 58.2907 | 34.4969 |
Yxy | 58.2907 | 0.3592 | 0.4026 |
Hunter Lab | 76.3483 | -12.0250 | 26.6545 |
CIE-Lab | 80.9001 | -8.7227 | 30.7250 |
#cecc8f color RGB value is (206,204,143).
#cecc8f hex color red value is 206, green value is 204 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cecc8f hue: 0.16 , saturation: 0.39 and the lightness value of cecc8f is 0.68.
The process color (four color CMYK) of #cecc8f color hex is 0.00, 0.01, 0.31, 0.19. Web safe color of #cecc8f is #cccc99. Color #cecc8f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001100 | 10001111 |
Octal | 316 | 314 | 217 |
Decimal | 206 | 204 | 143 |
Hex | CE | CC | 8F |
Shades of #cecc8f
Tints of #cecc8f
RGB Percentages of Color #cecc8f
CMYK Percentages of Color #cecc8f
Complementary Color
#cecc8f | #8f91ce |
#cecc8f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecc8f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecc8f Color CSS Codes
.mybgcolor {background-color:#cecc8f; } .myforecolor {color:#cecc8f; } .mybordercolor {border:3px solid #cecc8f; }
#cecc8f Text Font Color
<p style="color:#cecc8f">Text here</p>
This sample text font color is #cecc8f
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.
#cecc8f Background Color
<div style="background-color:#cecc8f">
Div content here</div>
This div background color is #cecc8f
#cecc8f Border Color
<div style="border:3px solid #cecc8f">
Div here</div>
This div border color is #cecc8f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,204,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecc8f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecc8f; -webkit-box-shadow: 1px 1px 3px 2px #cecc8f; box-shadow: 1px 1px 3px 2px #cecc8f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,204,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cecc8f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecc8f; -webkit-box-shadow: 1px 1px 3px 2px #cecc8f; box-shadow: 1px 1px 3px 2px #cecc8f;">
Div content here</div>
This div box has shadow with color #cecc8f
Comments
No comments written yet.
Please login to write comment.