Color Hex Logo

#ddfad8 Color Hex

#DDFAD8
(221,250,216)
0 Favorites   0 Comments

Color spaces of #ddfad8

RGB 221250216
HSL0.310.770.91
HSV111°14°98°
CMYK 0.120.000.14   0.02
XYZ76.399188.701278.0601
Yxy88.70120.31420.3648
Hunter Lab94.1813-20.019616.7857
CIE-Lab95.4554-15.518013.1645

#ddfad8 color RGB value is (221,250,216).

#ddfad8 hex color red value is 221, green value is 250 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ddfad8 hue: 0.31 , saturation: 0.77 and the lightness value of ddfad8 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11011000
Octal 335 372 330
Decimal 221 250 216
Hex DD FA D8

RGB Percentages of Color #ddfad8

%32.17
%36.39
%31.44

CMYK Percentages of Color #ddfad8

%12
%0
%14
%2

Triadic Colors of #ddfad8

#ddfad8 #d8ddfa #fad8dd

Analogous Colors of #ddfad8

#ddfad8 #d8fae4 #eefad8

Monochromatic Colors of #ddfad8

#ddfad8

Complementary Color

#ddfad8 #f5d8fa

#ddfad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfad8 Color CSS Codes

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

#ddfad8 Text Font Color

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

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


#ddfad8 Background Color

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

This div background color is #ddfad8


#ddfad8 Border Color

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

This div border color is #ddfad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfad8


Comments

No comments written yet.

Please login to write comment.