Color spaces of #dceedc
RGB | 220 | 238 | 220 |
---|---|---|---|
HSL | 0.33 | 0.35 | 0.90 |
HSV | 120° | 8° | 93° |
CMYK | 0.08 | 0.00 | 0.08 0.07 |
XYZ | 73.0080 | 81.5320 | 79.5995 |
Yxy | 81.5320 | 0.3118 | 0.3482 |
Hunter Lab | 90.2951 | -13.6904 | 10.9395 |
CIE-Lab | 92.3679 | -9.1925 | 6.6722 |
#dceedc color RGB value is (220,238,220).
#dceedc hex color red value is 220, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dceedc hue: 0.33 , saturation: 0.35 and the lightness value of dceedc is 0.90.
The process color (four color CMYK) of #dceedc color hex is 0.08, 0.00, 0.08, 0.07. Web safe color of #dceedc is #ccffcc. Color #dceedc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101110 | 11011100 |
Octal | 334 | 356 | 334 |
Decimal | 220 | 238 | 220 |
Hex | DC | EE | DC |
Shades of #dceedc
Tints of #dceedc
RGB Percentages of Color #dceedc
CMYK Percentages of Color #dceedc
Complementary Color
#dceedc | #eedcee |
#dceedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dceedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dceedc Color CSS Codes
.mybgcolor {background-color:#dceedc; } .myforecolor {color:#dceedc; } .mybordercolor {border:3px solid #dceedc; }
#dceedc Text Font Color
<p style="color:#dceedc">Text here</p>
This sample text font color is #dceedc
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.
#dceedc Background Color
<div style="background-color:#dceedc">
Div content here</div>
This div background color is #dceedc
#dceedc Border Color
<div style="border:3px solid #dceedc">
Div here</div>
This div border color is #dceedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,238,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dceedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dceedc; -webkit-box-shadow: 1px 1px 3px 2px #dceedc; box-shadow: 1px 1px 3px 2px #dceedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,238,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dceedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dceedc; -webkit-box-shadow: 1px 1px 3px 2px #dceedc; box-shadow: 1px 1px 3px 2px #dceedc;">
Div content here</div>
This div box has shadow with color #dceedc
#dceedc Color Palettes
Comments
No comments written yet.
Please login to write comment.