Color Hex Logo

#ddfdd7 Color Hex

#DDFDD7
(221,253,215)
0 Favorites   0 Comments

Color spaces of #ddfdd7

RGB 221253215
HSL0.310.900.92
HSV111°15°99°
CMYK 0.130.000.15   0.01
XYZ77.209890.529077.6944
Yxy90.52900.31460.3689
Hunter Lab95.1467-21.657318.1880
CIE-Lab96.2158-17.156814.7554

#ddfdd7 color RGB value is (221,253,215).

#ddfdd7 hex color red value is 221, green value is 253 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ddfdd7 hue: 0.31 , saturation: 0.90 and the lightness value of ddfdd7 is 0.92.

The process color (four color CMYK) of #ddfdd7 color hex is 0.13, 0.00, 0.15, 0.01. Web safe color of #ddfdd7 is #ccffcc. Color #ddfdd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 11010111
Octal 335 375 327
Decimal 221 253 215
Hex DD FD D7

RGB Percentages of Color #ddfdd7

%32.08
%36.72
%31.20

CMYK Percentages of Color #ddfdd7

%13
%0
%15
%1

Triadic Colors of #ddfdd7

#ddfdd7 #d7ddfd #fdd7dd

Analogous Colors of #ddfdd7

#ddfdd7 #d7fde4 #f0fdd7

Monochromatic Colors of #ddfdd7

#ddfdd7

Complementary Color

#ddfdd7 #f7d7fd

#ddfdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdd7 Color CSS Codes

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

#ddfdd7 Text Font Color

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

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


#ddfdd7 Background Color

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

This div background color is #ddfdd7


#ddfdd7 Border Color

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

This div border color is #ddfdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdd7

Related Colors


Comments

No comments written yet.

Please login to write comment.