Color Hex Logo

#ddefda Color Hex

#DDEFDA
(221,239,218)
0 Favorites   0 Comments

Color spaces of #ddefda

RGB 221239218
HSL0.310.400.90
HSV111°94°
CMYK 0.080.000.09   0.06
XYZ73.340282.167178.3241
Yxy82.16710.31360.3514
Hunter Lab90.6461-14.209312.2218
CIE-Lab92.6486-9.70878.1235

#ddefda color RGB value is (221,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11011010
Octal 335 357 332
Decimal 221 239 218
Hex DD EF DA

RGB Percentages of Color #ddefda

%32.60
%35.25
%32.15

CMYK Percentages of Color #ddefda

%8
%0
%9
%6

Triadic Colors of #ddefda

#ddefda #daddef #efdadd

Analogous Colors of #ddefda

#ddefda #daefe2 #e8efda

Monochromatic Colors of #ddefda

#ddefda

Complementary Color

#ddefda #ecdaef

#ddefda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddefda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddefda Color CSS Codes

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

#ddefda Text Font Color

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

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


#ddefda Background Color

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

This div background color is #ddefda


#ddefda Border Color

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

This div border color is #ddefda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddefda


Comments

No comments written yet.

Please login to write comment.