Color Hex Logo

#ddfade Color Hex

#DDFADE
(221,250,222)
0 Favorites   0 Comments

Color spaces of #ddfade

RGB 221250222
HSL0.340.740.92
HSV122°12°98°
CMYK 0.120.000.11   0.02
XYZ77.189289.017382.2210
Yxy89.01730.31070.3583
Hunter Lab94.3490-19.075514.3756
CIE-Lab95.5876-14.490810.2669

#ddfade color RGB value is (221,250,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11011110
Octal 335 372 336
Decimal 221 250 222
Hex DD FA DE

RGB Percentages of Color #ddfade

%31.89
%36.08
%32.03

CMYK Percentages of Color #ddfade

%12
%0
%11
%2

Triadic Colors of #ddfade

#ddfade #deddfa #fadedd

Analogous Colors of #ddfade

#ddfade #ddfaed #ebfadd

Monochromatic Colors of #ddfade

#ddfade

Complementary Color

#ddfade #faddf9

#ddfade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfade Color CSS Codes

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

#ddfade Text Font Color

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

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


#ddfade Background Color

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

This div background color is #ddfade


#ddfade Border Color

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

This div border color is #ddfade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfade


Comments

No comments written yet.

Please login to write comment.