Color Hex Logo

#ddeadc Color Hex

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

Color spaces of #ddeadc

RGB 221234220
HSL0.320.250.89
HSV116°92°
CMYK 0.060.000.06   0.08
XYZ72.159979.385179.2298
Yxy79.38510.31270.3440
Hunter Lab89.0983-11.35669.6458
CIE-Lab91.4083-6.83605.2970

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

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

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

Base Numbers

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

RGB Percentages of Color #ddeadc

%32.74
%34.67
%32.59

CMYK Percentages of Color #ddeadc

%6
%0
%6
%8

Triadic Colors of #ddeadc

#ddeadc #dcddea #eadcdd

Analogous Colors of #ddeadc

#ddeadc #dceae2 #e4eadc

Monochromatic Colors of #ddeadc

#ddeadc

Complementary Color

#ddeadc #e9dcea

#ddeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeadc Color CSS Codes

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

#ddeadc Text Font Color

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

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


#ddeadc Background Color

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

This div background color is #ddeadc


#ddeadc Border Color

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

This div border color is #ddeadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,234,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 #ddeadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeadc

#ddeadc Color Palettes


Comments

No comments written yet.

Please login to write comment.