Color Hex Logo

#ddf7cd Color Hex

#DDF7CD
(221,247,205)
0 Favorites   0 Comments

Color spaces of #ddf7cd

RGB 221247205
HSL0.270.720.89
HSV97°17°97°
CMYK 0.110.000.17   0.03
XYZ74.099086.301570.5100
Yxy86.30150.32090.3737
Hunter Lab92.8986-20.195020.0279
CIE-Lab94.4411-15.859017.3835

#ddf7cd color RGB value is (221,247,205).

#ddf7cd hex color red value is 221, green value is 247 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ddf7cd hue: 0.27 , saturation: 0.72 and the lightness value of ddf7cd is 0.89.

The process color (four color CMYK) of #ddf7cd color hex is 0.11, 0.00, 0.17, 0.03. Web safe color of #ddf7cd is #ccffcc. Color #ddf7cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110111 11001101
Octal 335 367 315
Decimal 221 247 205
Hex DD F7 CD

RGB Percentages of Color #ddf7cd

%32.84
%36.70
%30.46

CMYK Percentages of Color #ddf7cd

%11
%0
%17
%3

Triadic Colors of #ddf7cd

#ddf7cd #cdddf7 #f7cddd

Analogous Colors of #ddf7cd

#ddf7cd #cdf7d2 #f2f7cd

Monochromatic Colors of #ddf7cd

#ddf7cd

Complementary Color

#ddf7cd #e7cdf7

#ddf7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf7cd Color CSS Codes

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

#ddf7cd Text Font Color

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

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


#ddf7cd Background Color

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

This div background color is #ddf7cd


#ddf7cd Border Color

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

This div border color is #ddf7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf7cd


Comments

No comments written yet.

Please login to write comment.