Color Hex Logo

#ddfadc Color Hex

#DDFADC
(221,250,220)
0 Favorites   0 Comments

Color spaces of #ddfadc

RGB 221250220
HSL0.330.750.92
HSV118°12°98°
CMYK 0.120.000.12   0.02
XYZ76.922788.910780.8174
Yxy88.91070.31190.3605
Hunter Lab94.2925-19.393615.1877
CIE-Lab95.5431-14.836311.2324

#ddfadc color RGB value is (221,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11011100
Octal 335 372 334
Decimal 221 250 220
Hex DD FA DC

RGB Percentages of Color #ddfadc

%31.98
%36.18
%31.84

CMYK Percentages of Color #ddfadc

%12
%0
%12
%2

Triadic Colors of #ddfadc

#ddfadc #dcddfa #fadcdd

Analogous Colors of #ddfadc

#ddfadc #dcfaea #ecfadc

Monochromatic Colors of #ddfadc

#ddfadc

Complementary Color

#ddfadc #f9dcfa

#ddfadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfadc Color CSS Codes

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

#ddfadc Text Font Color

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

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


#ddfadc Background Color

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

This div background color is #ddfadc


#ddfadc Border Color

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

This div border color is #ddfadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfadc

#ddfadc Color Palettes


Comments

No comments written yet.

Please login to write comment.