Color Hex Logo

#ddeaa9 Color Hex

#DDEAA9
(221,234,169)
0 Favorites   0 Comments

Color spaces of #ddeaa9

RGB 221234169
HSL0.200.610.79
HSV72°28°92°
CMYK 0.060.000.28   0.08
XYZ66.403077.082448.9147
Yxy77.08240.34510.4006
Hunter Lab87.7966-18.639528.4250
CIE-Lab90.3595-14.783430.2028

#ddeaa9 color RGB value is (221,234,169).

#ddeaa9 hex color red value is 221, green value is 234 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #ddeaa9 hue: 0.20 , saturation: 0.61 and the lightness value of ddeaa9 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 10101001
Octal 335 352 251
Decimal 221 234 169
Hex DD EA A9

RGB Percentages of Color #ddeaa9

%35.42
%37.50
%27.08

CMYK Percentages of Color #ddeaa9

%6
%0
%28
%8

Triadic Colors of #ddeaa9

#ddeaa9 #a9ddea #eaa9dd

Analogous Colors of #ddeaa9

#ddeaa9 #bdeaa9 #ead7a9

Monochromatic Colors of #ddeaa9

#ddeaa9

Complementary Color

#ddeaa9 #b6a9ea

#ddeaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeaa9 Color CSS Codes

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

#ddeaa9 Text Font Color

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

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


#ddeaa9 Background Color

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

This div background color is #ddeaa9


#ddeaa9 Border Color

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

This div border color is #ddeaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeaa9


Comments

No comments written yet.

Please login to write comment.