Color Hex Logo

#ddefdf Color Hex

#DDEFDF
(221,239,223)
0 Favorites   0 Comments

Color spaces of #ddefdf

RGB 221239223
HSL0.350.360.90
HSV127°94°
CMYK 0.080.000.07   0.06
XYZ74.004682.432981.8227
Yxy82.43290.31060.3460
Hunter Lab90.7926-13.392510.1224
CIE-Lab92.7656-8.83245.6959

#ddefdf color RGB value is (221,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11011111
Octal 335 357 337
Decimal 221 239 223
Hex DD EF DF

RGB Percentages of Color #ddefdf

%32.36
%34.99
%32.65

CMYK Percentages of Color #ddefdf

%8
%0
%7
%6

Triadic Colors of #ddefdf

#ddefdf #dfddef #efdfdd

Analogous Colors of #ddefdf

#ddefdf #ddefe8 #e4efdd

Monochromatic Colors of #ddefdf

#ddefdf

Complementary Color

#ddefdf #efdded

#ddefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddefdf Color CSS Codes

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

#ddefdf Text Font Color

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

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


#ddefdf Background Color

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

This div background color is #ddefdf


#ddefdf Border Color

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

This div border color is #ddefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddefdf


Comments

No comments written yet.

Please login to write comment.