Color spaces of #cecbca
RGB | 206 | 203 | 202 |
---|---|---|---|
HSL | 0.04 | 0.04 | 0.80 |
HSV | 15° | 2° | 81° |
CMYK | 0.00 | 0.01 | 0.02 0.19 |
XYZ | 57.4702 | 60.0980 | 64.4482 |
Yxy | 60.0980 | 0.3157 | 0.3302 |
Hunter Lab | 77.5229 | -3.3373 | 4.9756 |
CIE-Lab | 81.8914 | 0.8572 | 0.8540 |
#cecbca color RGB value is (206,203,202).
#cecbca hex color red value is 206, green value is 203 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cecbca hue: 0.04 , saturation: 0.04 and the lightness value of cecbca is 0.80.
The process color (four color CMYK) of #cecbca color hex is 0.00, 0.01, 0.02, 0.19. Web safe color of #cecbca is #cccccc. Color #cecbca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001011 | 11001010 |
Octal | 316 | 313 | 312 |
Decimal | 206 | 203 | 202 |
Hex | CE | CB | CA |
Shades of #cecbca
Tints of #cecbca
RGB Percentages of Color #cecbca
CMYK Percentages of Color #cecbca
Complementary Color
#cecbca | #cacdce |
#cecbca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecbca Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecbca Color CSS Codes
.mybgcolor {background-color:#cecbca; } .myforecolor {color:#cecbca; } .mybordercolor {border:3px solid #cecbca; }
#cecbca Text Font Color
<p style="color:#cecbca">Text here</p>
This sample text font color is #cecbca
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.
#cecbca Background Color
<div style="background-color:#cecbca">
Div content here</div>
This div background color is #cecbca
#cecbca Border Color
<div style="border:3px solid #cecbca">
Div here</div>
This div border color is #cecbca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,203,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecbca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecbca; -webkit-box-shadow: 1px 1px 3px 2px #cecbca; box-shadow: 1px 1px 3px 2px #cecbca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,203,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cecbca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecbca; -webkit-box-shadow: 1px 1px 3px 2px #cecbca; box-shadow: 1px 1px 3px 2px #cecbca;">
Div content here</div>
This div box has shadow with color #cecbca
Comments
No comments written yet.
Please login to write comment.