Color Hex Logo

#ddfeda Color Hex

#DDFEDA
(221,254,218)
0 Favorites   0 Comments

Color spaces of #ddfeda

RGB 221254218
HSL0.320.950.93
HSV115°14°100°
CMYK 0.130.000.14   0.00
XYZ77.915591.317779.8492
Yxy91.31770.31280.3666
Hunter Lab95.5603-21.689817.3501
CIE-Lab96.5407-17.140313.6785

#ddfeda color RGB value is (221,254,218).

#ddfeda hex color red value is 221, green value is 254 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ddfeda hue: 0.32 , saturation: 0.95 and the lightness value of ddfeda is 0.93.

The process color (four color CMYK) of #ddfeda color hex is 0.13, 0.00, 0.14, 0.00. Web safe color of #ddfeda is #ccffcc. Color #ddfeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11011010
Octal 335 376 332
Decimal 221 254 218
Hex DD FE DA

RGB Percentages of Color #ddfeda

%31.89
%36.65
%31.46

CMYK Percentages of Color #ddfeda

%13
%0
%14
%0

Triadic Colors of #ddfeda

#ddfeda #daddfe #fedadd

Analogous Colors of #ddfeda

#ddfeda #dafee9 #effeda

Monochromatic Colors of #ddfeda

#ddfeda

Complementary Color

#ddfeda #fbdafe

#ddfeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfeda Color CSS Codes

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

#ddfeda Text Font Color

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

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


#ddfeda Background Color

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

This div background color is #ddfeda


#ddfeda Border Color

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

This div border color is #ddfeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfeda

Related Colors


Comments

No comments written yet.

Please login to write comment.