Color Hex Logo

#ddeeae Color Hex

#DDEEAE
(221,238,174)
0 Favorites   0 Comments

Color spaces of #ddeeae

RGB 221238174
HSL0.210.650.81
HSV76°27°93°
CMYK 0.070.000.27   0.07
XYZ68.033379.577251.8186
Yxy79.57720.34110.3990
Hunter Lab89.2061-19.977028.0035
CIE-Lab91.4948-16.075329.1871

#ddeeae color RGB value is (221,238,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 10101110
Octal 335 356 256
Decimal 221 238 174
Hex DD EE AE

RGB Percentages of Color #ddeeae

%34.91
%37.60
%27.49

CMYK Percentages of Color #ddeeae

%7
%0
%27
%7

Triadic Colors of #ddeeae

#ddeeae #aeddee #eeaedd

Analogous Colors of #ddeeae

#ddeeae #bdeeae #eedfae

Monochromatic Colors of #ddeeae

#ddeeae

Complementary Color

#ddeeae #bfaeee

#ddeeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeeae Color CSS Codes

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

#ddeeae Text Font Color

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

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


#ddeeae Background Color

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

This div background color is #ddeeae


#ddeeae Border Color

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

This div border color is #ddeeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeeae


Comments

No comments written yet.

Please login to write comment.