Color Hex Logo

#ddefdb Color Hex

#DDEFDB
(221,239,219)
0 Favorites   0 Comments

Color spaces of #ddefdb

RGB 221239219
HSL0.320.380.90
HSV114°94°
CMYK 0.080.000.08   0.06
XYZ73.471582.219679.0154
Yxy82.21960.31300.3503
Hunter Lab90.6750-14.047611.8064
CIE-Lab92.6717-9.53497.6378

#ddefdb color RGB value is (221,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11011011
Octal 335 357 333
Decimal 221 239 219
Hex DD EF DB

RGB Percentages of Color #ddefdb

%32.55
%35.20
%32.25

CMYK Percentages of Color #ddefdb

%8
%0
%8
%6

Triadic Colors of #ddefdb

#ddefdb #dbddef #efdbdd

Analogous Colors of #ddefdb

#ddefdb #dbefe3 #e7efdb

Monochromatic Colors of #ddefdb

#ddefdb

Complementary Color

#ddefdb #eddbef

#ddefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddefdb Color CSS Codes

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

#ddefdb Text Font Color

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

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


#ddefdb Background Color

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

This div background color is #ddefdb


#ddefdb Border Color

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

This div border color is #ddefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddefdb


Comments

No comments written yet.

Please login to write comment.