Color Hex Logo

#ddf8aa Color Hex

#DDF8AA
(221,248,170)
0 Favorites   0 Comments

Color spaces of #ddf8aa

RGB 221248170
HSL0.220.850.82
HSV81°31°97°
CMYK 0.110.000.31   0.03
XYZ70.641985.409250.7926
Yxy85.40920.34150.4129
Hunter Lab92.4171-25.287932.1061
CIE-Lab94.0592-21.483634.6459

#ddf8aa color RGB value is (221,248,170).

#ddf8aa hex color red value is 221, green value is 248 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ddf8aa hue: 0.22 , saturation: 0.85 and the lightness value of ddf8aa is 0.82.

The process color (four color CMYK) of #ddf8aa color hex is 0.11, 0.00, 0.31, 0.03. Web safe color of #ddf8aa is #ccff99. Color #ddf8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 10101010
Octal 335 370 252
Decimal 221 248 170
Hex DD F8 AA

RGB Percentages of Color #ddf8aa

%34.59
%38.81
%26.60

CMYK Percentages of Color #ddf8aa

%11
%0
%31
%3

Triadic Colors of #ddf8aa

#ddf8aa #aaddf8 #f8aadd

Analogous Colors of #ddf8aa

#ddf8aa #b6f8aa #f8ecaa

Monochromatic Colors of #ddf8aa

#ddf8aa

Complementary Color

#ddf8aa #c5aaf8

#ddf8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf8aa Color CSS Codes

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

#ddf8aa Text Font Color

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

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


#ddf8aa Background Color

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

This div background color is #ddf8aa


#ddf8aa Border Color

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

This div border color is #ddf8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf8aa


Comments

No comments written yet.

Please login to write comment.