Color Hex Logo

#ddfabf Color Hex

#DDFABF
(221,250,191)
0 Favorites   0 Comments

Color spaces of #ddfabf

RGB 221250191
HSL0.250.860.86
HSV89°24°98°
CMYK 0.120.000.24   0.02
XYZ73.408487.505062.3113
Yxy87.50500.32890.3920
Hunter Lab93.5441-23.625025.9868
CIE-Lab94.9521-19.495725.2493

#ddfabf color RGB value is (221,250,191).

#ddfabf hex color red value is 221, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ddfabf hue: 0.25 , saturation: 0.86 and the lightness value of ddfabf is 0.86.

The process color (four color CMYK) of #ddfabf color hex is 0.12, 0.00, 0.24, 0.02. Web safe color of #ddfabf is #ccffcc. Color #ddfabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 10111111
Octal 335 372 277
Decimal 221 250 191
Hex DD FA BF

RGB Percentages of Color #ddfabf

%33.38
%37.76
%28.85

CMYK Percentages of Color #ddfabf

%12
%0
%24
%2

Triadic Colors of #ddfabf

#ddfabf #bfddfa #fabfdd

Analogous Colors of #ddfabf

#ddfabf #c0fabf #fafabf

Monochromatic Colors of #ddfabf

#ddfabf

Complementary Color

#ddfabf #dcbffa

#ddfabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfabf Color CSS Codes

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

#ddfabf Text Font Color

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

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


#ddfabf Background Color

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

This div background color is #ddfabf


#ddfabf Border Color

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

This div border color is #ddfabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfabf


Comments

No comments written yet.

Please login to write comment.