Color Hex Logo

#ddfcdd Color Hex

#DDFCDD
(221,252,221)
0 Favorites   0 Comments

Color spaces of #ddfcdd

RGB 221252221
HSL0.330.840.93
HSV120°12°99°
CMYK 0.120.000.12   0.01
XYZ77.680390.213481.7254
Yxy90.21340.31120.3614
Hunter Lab94.9807-20.229515.4709
CIE-Lab96.0852-15.648311.4915

#ddfcdd color RGB value is (221,252,221).

#ddfcdd hex color red value is 221, green value is 252 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ddfcdd hue: 0.33 , saturation: 0.84 and the lightness value of ddfcdd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11011101
Octal 335 374 335
Decimal 221 252 221
Hex DD FC DD

RGB Percentages of Color #ddfcdd

%31.84
%36.31
%31.84

CMYK Percentages of Color #ddfcdd

%12
%0
%12
%1

Triadic Colors of #ddfcdd

#ddfcdd #ddddfc #fcdddd

Analogous Colors of #ddfcdd

#ddfcdd #ddfced #edfcdd

Monochromatic Colors of #ddfcdd

#ddfcdd

Complementary Color

#ddfcdd #fcddfc

#ddfcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcdd Color CSS Codes

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

#ddfcdd Text Font Color

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

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


#ddfcdd Background Color

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

This div background color is #ddfcdd


#ddfcdd Border Color

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

This div border color is #ddfcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcdd


Comments

No comments written yet.

Please login to write comment.