Color Hex Logo

#ddfed2 Color Hex

#DDFED2
(221,254,210)
0 Favorites   0 Comments

Color spaces of #ddfed2

RGB 221254210
HSL0.290.960.91
HSV105°17°100°
CMYK 0.130.000.17   0.00
XYZ76.893590.908974.4672
Yxy90.90890.31740.3752
Hunter Lab95.3462-22.901520.4357
CIE-Lab96.3725-18.470417.5353

#ddfed2 color RGB value is (221,254,210).

#ddfed2 hex color red value is 221, green value is 254 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #ddfed2 hue: 0.29 , saturation: 0.96 and the lightness value of ddfed2 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11010010
Octal 335 376 322
Decimal 221 254 210
Hex DD FE D2

RGB Percentages of Color #ddfed2

%32.26
%37.08
%30.66

CMYK Percentages of Color #ddfed2

%13
%0
%17
%0

Triadic Colors of #ddfed2

#ddfed2 #d2ddfe #fed2dd

Analogous Colors of #ddfed2

#ddfed2 #d2fedd #f3fed2

Monochromatic Colors of #ddfed2

#ddfed2

Complementary Color

#ddfed2 #f3d2fe

#ddfed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfed2 Color CSS Codes

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

#ddfed2 Text Font Color

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

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


#ddfed2 Background Color

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

This div background color is #ddfed2


#ddfed2 Border Color

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

This div border color is #ddfed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfed2


Comments

No comments written yet.

Please login to write comment.