Color Hex Logo

#ddeeda Color Hex

#DDEEDA
(221,238,218)
0 Favorites   0 Comments

Color spaces of #ddeeda

RGB 221238218
HSL0.310.370.89
HSV111°93°
CMYK 0.070.000.08   0.07
XYZ73.048281.583278.2267
Yxy81.58320.31370.3504
Hunter Lab90.3234-13.705811.8769
CIE-Lab92.3906-9.20627.7531

#ddeeda color RGB value is (221,238,218).

#ddeeda hex color red value is 221, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ddeeda hue: 0.31 , saturation: 0.37 and the lightness value of ddeeda is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 11011010
Octal 335 356 332
Decimal 221 238 218
Hex DD EE DA

RGB Percentages of Color #ddeeda

%32.64
%35.16
%32.20

CMYK Percentages of Color #ddeeda

%7
%0
%8
%7

Triadic Colors of #ddeeda

#ddeeda #daddee #eedadd

Analogous Colors of #ddeeda

#ddeeda #daeee1 #e7eeda

Monochromatic Colors of #ddeeda

#ddeeda

Complementary Color

#ddeeda #ebdaee

#ddeeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeeda Color CSS Codes

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

#ddeeda Text Font Color

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

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


#ddeeda Background Color

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

This div background color is #ddeeda


#ddeeda Border Color

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

This div border color is #ddeeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeeda


Comments

No comments written yet.

Please login to write comment.