Color spaces of #cdcebe
RGB | 205 | 206 | 190 |
---|---|---|---|
HSL | 0.18 | 0.14 | 0.78 |
HSV | 64° | 8° | 81° |
CMYK | 0.00 | 0.00 | 0.08 0.19 |
XYZ | 56.5424 | 60.8395 | 57.4783 |
Yxy | 60.8395 | 0.3234 | 0.3479 |
Hunter Lab | 77.9997 | -7.1038 | 10.9087 |
CIE-Lab | 82.2924 | -3.1586 | 7.8312 |
#cdcebe color RGB value is (205,206,190).
#cdcebe hex color red value is 205, green value is 206 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cdcebe hue: 0.18 , saturation: 0.14 and the lightness value of cdcebe is 0.78.
The process color (four color CMYK) of #cdcebe color hex is 0.00, 0.00, 0.08, 0.19. Web safe color of #cdcebe is #cccccc. Color #cdcebe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001110 | 10111110 |
Octal | 315 | 316 | 276 |
Decimal | 205 | 206 | 190 |
Hex | CD | CE | BE |
Shades of #cdcebe
Tints of #cdcebe
RGB Percentages of Color #cdcebe
CMYK Percentages of Color #cdcebe
Complementary Color
#cdcebe | #bfbece |
#cdcebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdcebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdcebe Color CSS Codes
.mybgcolor {background-color:#cdcebe; } .myforecolor {color:#cdcebe; } .mybordercolor {border:3px solid #cdcebe; }
#cdcebe Text Font Color
<p style="color:#cdcebe">Text here</p>
This sample text font color is #cdcebe
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.
#cdcebe Background Color
<div style="background-color:#cdcebe">
Div content here</div>
This div background color is #cdcebe
#cdcebe Border Color
<div style="border:3px solid #cdcebe">
Div here</div>
This div border color is #cdcebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,206,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdcebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdcebe; -webkit-box-shadow: 1px 1px 3px 2px #cdcebe; box-shadow: 1px 1px 3px 2px #cdcebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,206,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdcebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcebe; -webkit-box-shadow: 1px 1px 3px 2px #cdcebe; box-shadow: 1px 1px 3px 2px #cdcebe;">
Div content here</div>
This div box has shadow with color #cdcebe
Comments
No comments written yet.
Please login to write comment.