Color Hex Logo

#ddfeaa Color Hex

#DDFEAA
(221,254,170)
0 Favorites   0 Comments

Color spaces of #ddfeaa

RGB 221254170
HSL0.230.980.83
HSV84°33°100°
CMYK 0.130.000.33   0.00
XYZ72.516389.158151.4174
Yxy89.15810.34030.4184
Hunter Lab94.4236-28.155133.8107
CIE-Lab95.6465-24.354436.7492

#ddfeaa color RGB value is (221,254,170).

#ddfeaa hex color red value is 221, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ddfeaa hue: 0.23 , saturation: 0.98 and the lightness value of ddfeaa is 0.83.

The process color (four color CMYK) of #ddfeaa color hex is 0.13, 0.00, 0.33, 0.00. Web safe color of #ddfeaa is #ccff99. Color #ddfeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 10101010
Octal 335 376 252
Decimal 221 254 170
Hex DD FE AA

RGB Percentages of Color #ddfeaa

%34.26
%39.38
%26.36

CMYK Percentages of Color #ddfeaa

%13
%0
%33
%0

Triadic Colors of #ddfeaa

#ddfeaa #aaddfe #feaadd

Analogous Colors of #ddfeaa

#ddfeaa #b3feaa #fef5aa

Monochromatic Colors of #ddfeaa

#ddfeaa

Complementary Color

#ddfeaa #cbaafe

#ddfeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfeaa Color CSS Codes

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

#ddfeaa Text Font Color

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

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


#ddfeaa Background Color

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

This div background color is #ddfeaa


#ddfeaa Border Color

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

This div border color is #ddfeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfeaa


Comments

No comments written yet.

Please login to write comment.