Color Hex Logo

#ddfa9f Color Hex

#DDFA9F
(221,250,159)
0 Favorites   0 Comments

Color spaces of #ddfa9f

RGB 221250159
HSL0.220.900.80
HSV79°36°98°
CMYK 0.120.000.36   0.02
XYZ70.262486.246645.7449
Yxy86.24660.34740.4264
Hunter Lab92.8690-27.472235.8036
CIE-Lab94.4177-23.841440.5826

#ddfa9f color RGB value is (221,250,159).

#ddfa9f hex color red value is 221, green value is 250 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ddfa9f hue: 0.22 , saturation: 0.90 and the lightness value of ddfa9f is 0.80.

The process color (four color CMYK) of #ddfa9f color hex is 0.12, 0.00, 0.36, 0.02. Web safe color of #ddfa9f is #ccff99. Color #ddfa9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 10011111
Octal 335 372 237
Decimal 221 250 159
Hex DD FA 9F

RGB Percentages of Color #ddfa9f

%35.08
%39.68
%25.24

CMYK Percentages of Color #ddfa9f

%12
%0
%36
%2

Triadic Colors of #ddfa9f

#ddfa9f #9fddfa #fa9fdd

Analogous Colors of #ddfa9f

#ddfa9f #b0fa9f #faea9f

Monochromatic Colors of #ddfa9f

#ddfa9f

Complementary Color

#ddfa9f #bc9ffa

#ddfa9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa9f Color CSS Codes

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

#ddfa9f Text Font Color

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

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


#ddfa9f Background Color

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

This div background color is #ddfa9f


#ddfa9f Border Color

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

This div border color is #ddfa9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa9f


Comments

No comments written yet.

Please login to write comment.