Color Hex Logo

#dceadd Color Hex

#DCEADD
(220,234,221)
0 Favorites   0 Comments

Color spaces of #dceadd

RGB 220234221
HSL0.350.250.89
HSV124°92°
CMYK 0.060.000.06   0.08
XYZ71.989279.281779.9153
Yxy79.28170.31140.3429
Hunter Lab89.0403-11.50299.1143
CIE-Lab91.3616-6.99494.6992

#dceadd color RGB value is (220,234,221).

#dceadd hex color red value is 220, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dceadd hue: 0.35 , saturation: 0.25 and the lightness value of dceadd is 0.89.

The process color (four color CMYK) of #dceadd color hex is 0.06, 0.00, 0.06, 0.08. Web safe color of #dceadd is #ccffcc. Color #dceadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 11011101
Octal 334 352 335
Decimal 220 234 221
Hex DC EA DD

RGB Percentages of Color #dceadd

%32.59
%34.67
%32.74

CMYK Percentages of Color #dceadd

%6
%0
%6
%8

Triadic Colors of #dceadd

#dceadd #dddcea #eadddc

Analogous Colors of #dceadd

#dceadd #dceae4 #e2eadc

Monochromatic Colors of #dceadd

#dceadd

Complementary Color

#dceadd #eadce9

#dceadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceadd Color CSS Codes

.mybgcolor {background-color:#dceadd; } 
.myforecolor {color:#dceadd; }
.mybordercolor {border:3px solid #dceadd; }

#dceadd Text Font Color

<p style="color:#dceadd">Text here</p>

This sample text font color is #dceadd
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.


#dceadd Background Color

<div style="background-color:#dceadd">
Div content here</div>

This div background color is #dceadd


#dceadd Border Color

<div style="border:3px solid #dceadd">
Div here</div>

This div border color is #dceadd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,234,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dceadd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dceadd;
  -webkit-box-shadow: 1px 1px 3px 2px #dceadd;
  box-shadow:         1px 1px 3px 2px #dceadd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,234,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dceadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dceadd;
  -webkit-box-shadow: 1px 1px 3px 2px #dceadd;
  box-shadow:         1px 1px 3px 2px #dceadd;">
Div content here</div>

This div box has shadow with color #dceadd


Comments

No comments written yet.

Please login to write comment.