Color Hex Logo

#ddf79f Color Hex

#DDF79F
(221,247,159)
0 Favorites   0 Comments

Color spaces of #ddf79f

RGB 221247159
HSL0.220.850.80
HSV78°36°97°
CMYK 0.110.000.36   0.03
XYZ69.337684.396945.4366
Yxy84.39690.34810.4237
Hunter Lab91.8678-26.045034.9834
CIE-Lab93.6226-22.406739.5490

#ddf79f color RGB value is (221,247,159).

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

The process color (four color CMYK) of #ddf79f color hex is 0.11, 0.00, 0.36, 0.03. Web safe color of #ddf79f is #ccff99. Color #ddf79f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110111 10011111
Octal 335 367 237
Decimal 221 247 159
Hex DD F7 9F

RGB Percentages of Color #ddf79f

%35.25
%39.39
%25.36

CMYK Percentages of Color #ddf79f

%11
%0
%36
%3

Triadic Colors of #ddf79f

#ddf79f #9fddf7 #f79fdd

Analogous Colors of #ddf79f

#ddf79f #b1f79f #f7e59f

Monochromatic Colors of #ddf79f

#ddf79f

Complementary Color

#ddf79f #b99ff7

#ddf79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf79f Color CSS Codes

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

#ddf79f Text Font Color

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

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


#ddf79f Background Color

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

This div background color is #ddf79f


#ddf79f Border Color

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

This div border color is #ddf79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf79f


Comments

No comments written yet.

Please login to write comment.