Color Hex Logo

#ddfdaa Color Hex

#DDFDAA
(221,253,170)
0 Favorites   0 Comments

Color spaces of #ddfdaa

RGB 221253170
HSL0.230.950.83
HSV83°33°99°
CMYK 0.130.000.33   0.01
XYZ72.199888.525051.3119
Yxy88.52500.34050.4175
Hunter Lab94.0877-27.678533.5269
CIE-Lab95.3816-23.878336.3990

#ddfdaa color RGB value is (221,253,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 10101010
Octal 335 375 252
Decimal 221 253 170
Hex DD FD AA

RGB Percentages of Color #ddfdaa

%34.32
%39.29
%26.40

CMYK Percentages of Color #ddfdaa

%13
%0
%33
%1

Triadic Colors of #ddfdaa

#ddfdaa #aaddfd #fdaadd

Analogous Colors of #ddfdaa

#ddfdaa #b4fdaa #fdf4aa

Monochromatic Colors of #ddfdaa

#ddfdaa

Complementary Color

#ddfdaa #caaafd

#ddfdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdaa Color CSS Codes

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

#ddfdaa Text Font Color

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

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


#ddfdaa Background Color

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

This div background color is #ddfdaa


#ddfdaa Border Color

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

This div border color is #ddfdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdaa


Comments

No comments written yet.

Please login to write comment.