Color Hex Logo

#ddeaaf Color Hex

#DDEAAF
(221,234,175)
0 Favorites   0 Comments

Color spaces of #ddeaaf

RGB 221234175
HSL0.200.580.80
HSV73°25°92°
CMYK 0.060.000.25   0.08
XYZ66.979577.312951.9501
Yxy77.31290.34130.3940
Hunter Lab87.9278-17.900126.5193
CIE-Lab90.4654-13.959627.2804

#ddeaaf color RGB value is (221,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 10101111
Octal 335 352 257
Decimal 221 234 175
Hex DD EA AF

RGB Percentages of Color #ddeaaf

%35.08
%37.14
%27.78

CMYK Percentages of Color #ddeaaf

%6
%0
%25
%8

Triadic Colors of #ddeaaf

#ddeaaf #afddea #eaafdd

Analogous Colors of #ddeaaf

#ddeaaf #c0eaaf #eadaaf

Monochromatic Colors of #ddeaaf

#ddeaaf

Complementary Color

#ddeaaf #bcafea

#ddeaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeaaf Color CSS Codes

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

#ddeaaf Text Font Color

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

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


#ddeaaf Background Color

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

This div background color is #ddeaaf


#ddeaaf Border Color

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

This div border color is #ddeaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeaaf


Comments

No comments written yet.

Please login to write comment.