Color Hex Logo

#ddfad7 Color Hex

#DDFAD7
(221,250,215)
0 Favorites   0 Comments

Color spaces of #ddfad7

RGB 221250215
HSL0.300.780.91
HSV110°14°98°
CMYK 0.120.000.14   0.02
XYZ76.270188.649777.3812
Yxy88.64970.31480.3659
Hunter Lab94.1540-20.174217.1798
CIE-Lab95.4338-15.686813.6478

#ddfad7 color RGB value is (221,250,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11010111
Octal 335 372 327
Decimal 221 250 215
Hex DD FA D7

RGB Percentages of Color #ddfad7

%32.22
%36.44
%31.34

CMYK Percentages of Color #ddfad7

%12
%0
%14
%2

Triadic Colors of #ddfad7

#ddfad7 #d7ddfa #fad7dd

Analogous Colors of #ddfad7

#ddfad7 #d7fae3 #effad7

Monochromatic Colors of #ddfad7

#ddfad7

Complementary Color

#ddfad7 #f4d7fa

#ddfad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfad7 Color CSS Codes

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

#ddfad7 Text Font Color

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

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


#ddfad7 Background Color

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

This div background color is #ddfad7


#ddfad7 Border Color

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

This div border color is #ddfad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfad7


Comments

No comments written yet.

Please login to write comment.