Color Hex Logo

#ddeeaf Color Hex

#DDEEAF
(221,238,175)
0 Favorites   0 Comments

Color spaces of #ddeeaf

RGB 221238175
HSL0.210.650.81
HSV76°26°93°
CMYK 0.070.000.26   0.07
XYZ68.131279.616452.3340
Yxy79.61640.34050.3979
Hunter Lab89.2280-19.853127.6849
CIE-Lab91.5125-15.936928.7016

#ddeeaf color RGB value is (221,238,175).

#ddeeaf hex color red value is 221, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ddeeaf hue: 0.21 , saturation: 0.65 and the lightness value of ddeeaf is 0.81.

The process color (four color CMYK) of #ddeeaf color hex is 0.07, 0.00, 0.26, 0.07. Web safe color of #ddeeaf is #ccff99. Color #ddeeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 10101111
Octal 335 356 257
Decimal 221 238 175
Hex DD EE AF

RGB Percentages of Color #ddeeaf

%34.86
%37.54
%27.60

CMYK Percentages of Color #ddeeaf

%7
%0
%26
%7

Triadic Colors of #ddeeaf

#ddeeaf #afddee #eeafdd

Analogous Colors of #ddeeaf

#ddeeaf #beeeaf #eee0af

Monochromatic Colors of #ddeeaf

#ddeeaf

Complementary Color

#ddeeaf #c0afee

#ddeeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeeaf Color CSS Codes

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

#ddeeaf Text Font Color

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

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


#ddeeaf Background Color

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

This div background color is #ddeeaf


#ddeeaf Border Color

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

This div border color is #ddeeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,238,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 #ddeeaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeeaf


Comments

No comments written yet.

Please login to write comment.