Color spaces of #cdecde
RGB | 205 | 236 | 222 |
---|---|---|---|
HSL | 0.42 | 0.45 | 0.86 |
HSV | 153° | 13° | 93° |
CMYK | 0.13 | 0.00 | 0.06 0.07 |
XYZ | 68.3571 | 78.2440 | 80.6070 |
Yxy | 78.2440 | 0.3009 | 0.3444 |
Hunter Lab | 88.4556 | -16.8554 | 7.8897 |
CIE-Lab | 90.8911 | -12.7647 | 3.3691 |
#cdecde color RGB value is (205,236,222).
#cdecde hex color red value is 205, green value is 236 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cdecde hue: 0.42 , saturation: 0.45 and the lightness value of cdecde is 0.86.
The process color (four color CMYK) of #cdecde color hex is 0.13, 0.00, 0.06, 0.07. Web safe color of #cdecde is #ccffcc. Color #cdecde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11101100 | 11011110 |
Octal | 315 | 354 | 336 |
Decimal | 205 | 236 | 222 |
Hex | CD | EC | DE |
Shades of #cdecde
Tints of #cdecde
RGB Percentages of Color #cdecde
CMYK Percentages of Color #cdecde
Complementary Color
#cdecde | #eccddb |
#cdecde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdecde Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdecde Color CSS Codes
.mybgcolor {background-color:#cdecde; } .myforecolor {color:#cdecde; } .mybordercolor {border:3px solid #cdecde; }
#cdecde Text Font Color
<p style="color:#cdecde">Text here</p>
This sample text font color is #cdecde
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.
#cdecde Background Color
<div style="background-color:#cdecde">
Div content here</div>
This div background color is #cdecde
#cdecde Border Color
<div style="border:3px solid #cdecde">
Div here</div>
This div border color is #cdecde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,236,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdecde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdecde; -webkit-box-shadow: 1px 1px 3px 2px #cdecde; box-shadow: 1px 1px 3px 2px #cdecde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,236,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdecde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdecde; -webkit-box-shadow: 1px 1px 3px 2px #cdecde; box-shadow: 1px 1px 3px 2px #cdecde;">
Div content here</div>
This div box has shadow with color #cdecde
#cdecde Color Palettes
Comments
No comments written yet.
Please login to write comment.