Color Hex Logo

#ddeaad Color Hex

#DDEAAD
(221,234,173)
0 Favorites   0 Comments

Color spaces of #ddeaad

RGB 221234173
HSL0.200.590.80
HSV73°26°92°
CMYK 0.060.000.26   0.08
XYZ66.784477.234950.9231
Yxy77.23490.34260.3962
Hunter Lab87.8834-18.150127.1634
CIE-Lab90.4296-14.237728.2553

#ddeaad color RGB value is (221,234,173).

#ddeaad hex color red value is 221, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ddeaad hue: 0.20 , saturation: 0.59 and the lightness value of ddeaad is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 10101101
Octal 335 352 255
Decimal 221 234 173
Hex DD EA AD

RGB Percentages of Color #ddeaad

%35.19
%37.26
%27.55

CMYK Percentages of Color #ddeaad

%6
%0
%26
%8

Triadic Colors of #ddeaad

#ddeaad #adddea #eaaddd

Analogous Colors of #ddeaad

#ddeaad #bfeaad #ead9ad

Monochromatic Colors of #ddeaad

#ddeaad

Complementary Color

#ddeaad #baadea

#ddeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeaad Color CSS Codes

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

#ddeaad Text Font Color

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

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


#ddeaad Background Color

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

This div background color is #ddeaad


#ddeaad Border Color

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

This div border color is #ddeaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeaad


Comments

No comments written yet.

Please login to write comment.