Color spaces of #cecca5
RGB | 206 | 204 | 165 |
---|---|---|---|
HSL | 0.16 | 0.29 | 0.73 |
HSV | 57° | 20° | 81° |
CMYK | 0.00 | 0.01 | 0.20 0.19 |
XYZ | 53.8380 | 59.0242 | 44.1525 |
Yxy | 59.0242 | 0.3429 | 0.3759 |
Hunter Lab | 76.8272 | -9.3606 | 19.7052 |
CIE-Lab | 81.3049 | -5.7164 | 19.7330 |
#cecca5 color RGB value is (206,204,165).
#cecca5 hex color red value is 206, green value is 204 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #cecca5 hue: 0.16 , saturation: 0.29 and the lightness value of cecca5 is 0.73.
The process color (four color CMYK) of #cecca5 color hex is 0.00, 0.01, 0.20, 0.19. Web safe color of #cecca5 is #cccc99. Color #cecca5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001100 | 10100101 |
Octal | 316 | 314 | 245 |
Decimal | 206 | 204 | 165 |
Hex | CE | CC | A5 |
Shades of #cecca5
Tints of #cecca5
RGB Percentages of Color #cecca5
CMYK Percentages of Color #cecca5
Complementary Color
#cecca5 | #a5a7ce |
#cecca5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecca5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecca5 Color CSS Codes
.mybgcolor {background-color:#cecca5; } .myforecolor {color:#cecca5; } .mybordercolor {border:3px solid #cecca5; }
#cecca5 Text Font Color
<p style="color:#cecca5">Text here</p>
This sample text font color is #cecca5
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.
#cecca5 Background Color
<div style="background-color:#cecca5">
Div content here</div>
This div background color is #cecca5
#cecca5 Border Color
<div style="border:3px solid #cecca5">
Div here</div>
This div border color is #cecca5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,204,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecca5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecca5; -webkit-box-shadow: 1px 1px 3px 2px #cecca5; box-shadow: 1px 1px 3px 2px #cecca5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,204,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cecca5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecca5; -webkit-box-shadow: 1px 1px 3px 2px #cecca5; box-shadow: 1px 1px 3px 2px #cecca5;">
Div content here</div>
This div box has shadow with color #cecca5
Comments
No comments written yet.
Please login to write comment.