Color Hex Logo

#ddfb9f Color Hex

#DDFB9F
(221,251,159)
0 Favorites   0 Comments

Color spaces of #ddfb9f

RGB 221251159
HSL0.220.920.80
HSV80°37°98°
CMYK 0.120.000.37   0.02
XYZ70.574086.869745.8488
Yxy86.86970.34720.4273
Hunter Lab93.2039-27.946736.0768
CIE-Lab94.6830-24.317540.9266

#ddfb9f color RGB value is (221,251,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 10011111
Octal 335 373 237
Decimal 221 251 159
Hex DD FB 9F

RGB Percentages of Color #ddfb9f

%35.02
%39.78
%25.20

CMYK Percentages of Color #ddfb9f

%12
%0
%37
%2

Triadic Colors of #ddfb9f

#ddfb9f #9fddfb #fb9fdd

Analogous Colors of #ddfb9f

#ddfb9f #affb9f #fbeb9f

Monochromatic Colors of #ddfb9f

#ddfb9f

Complementary Color

#ddfb9f #bd9ffb

#ddfb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfb9f Color CSS Codes

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

#ddfb9f Text Font Color

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

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


#ddfb9f Background Color

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

This div background color is #ddfb9f


#ddfb9f Border Color

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

This div border color is #ddfb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfb9f


Comments

No comments written yet.

Please login to write comment.