Color Hex Logo

#ddefd8 Color Hex

#DDEFD8
(221,239,216)
0 Favorites   0 Comments

Color spaces of #ddefd8

RGB 221239216
HSL0.300.420.89
HSV107°10°94°
CMYK 0.080.000.10   0.06
XYZ73.080082.063076.9538
Yxy82.06300.31490.3536
Hunter Lab90.5886-14.529913.0460
CIE-Lab92.6027-10.05389.0956

#ddefd8 color RGB value is (221,239,216).

#ddefd8 hex color red value is 221, green value is 239 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ddefd8 hue: 0.30 , saturation: 0.42 and the lightness value of ddefd8 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11011000
Octal 335 357 330
Decimal 221 239 216
Hex DD EF D8

RGB Percentages of Color #ddefd8

%32.69
%35.36
%31.95

CMYK Percentages of Color #ddefd8

%8
%0
%10
%6

Triadic Colors of #ddefd8

#ddefd8 #d8ddef #efd8dd

Analogous Colors of #ddefd8

#ddefd8 #d8efdf #e9efd8

Monochromatic Colors of #ddefd8

#ddefd8

Complementary Color

#ddefd8 #ead8ef

#ddefd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddefd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddefd8 Color CSS Codes

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

#ddefd8 Text Font Color

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

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


#ddefd8 Background Color

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

This div background color is #ddefd8


#ddefd8 Border Color

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

This div border color is #ddefd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddefd8


Comments

No comments written yet.

Please login to write comment.