Color Hex Logo

#ddfbdc Color Hex

#DDFBDC
(221,251,220)
0 Favorites   0 Comments

Color spaces of #ddfbdc

RGB 221251220
HSL0.330.790.92
HSV118°12°98°
CMYK 0.120.000.12   0.02
XYZ77.234289.533880.9212
Yxy89.53380.31180.3615
Hunter Lab94.6223-19.890815.5307
CIE-Lab95.8031-15.328711.6031

#ddfbdc color RGB value is (221,251,220).

#ddfbdc hex color red value is 221, green value is 251 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ddfbdc hue: 0.33 , saturation: 0.79 and the lightness value of ddfbdc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11011100
Octal 335 373 334
Decimal 221 251 220
Hex DD FB DC

RGB Percentages of Color #ddfbdc

%31.94
%36.27
%31.79

CMYK Percentages of Color #ddfbdc

%12
%0
%12
%2

Triadic Colors of #ddfbdc

#ddfbdc #dcddfb #fbdcdd

Analogous Colors of #ddfbdc

#ddfbdc #dcfbeb #edfbdc

Monochromatic Colors of #ddfbdc

#ddfbdc

Complementary Color

#ddfbdc #fadcfb

#ddfbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbdc Color CSS Codes

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

#ddfbdc Text Font Color

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

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


#ddfbdc Background Color

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

This div background color is #ddfbdc


#ddfbdc Border Color

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

This div border color is #ddfbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbdc


Comments

No comments written yet.

Please login to write comment.