Color Hex Logo

#ddf0cd Color Hex

#DDF0CD
(221,240,205)
0 Favorites   0 Comments

Color spaces of #ddf0cd

RGB 221240205
HSL0.260.540.87
HSV93°15°94°
CMYK 0.080.000.15   0.06
XYZ71.998382.100169.8098
Yxy82.10010.32160.3667
Hunter Lab90.6091-16.729217.7464
CIE-Lab92.6190-12.395614.8167

#ddf0cd color RGB value is (221,240,205).

#ddf0cd hex color red value is 221, green value is 240 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ddf0cd hue: 0.26 , saturation: 0.54 and the lightness value of ddf0cd is 0.87.

The process color (four color CMYK) of #ddf0cd color hex is 0.08, 0.00, 0.15, 0.06. Web safe color of #ddf0cd is #ccffcc. Color #ddf0cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 11001101
Octal 335 360 315
Decimal 221 240 205
Hex DD F0 CD

RGB Percentages of Color #ddf0cd

%33.18
%36.04
%30.78

CMYK Percentages of Color #ddf0cd

%8
%0
%15
%6

Triadic Colors of #ddf0cd

#ddf0cd #cdddf0 #f0cddd

Analogous Colors of #ddf0cd

#ddf0cd #cdf0cf #eff0cd

Monochromatic Colors of #ddf0cd

#ddf0cd

Complementary Color

#ddf0cd #e0cdf0

#ddf0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf0cd Color CSS Codes

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

#ddf0cd Text Font Color

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

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


#ddf0cd Background Color

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

This div background color is #ddf0cd


#ddf0cd Border Color

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

This div border color is #ddf0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf0cd


Comments

No comments written yet.

Please login to write comment.