Color Hex Logo

#ddfec2 Color Hex

#DDFEC2
(221,254,194)
0 Favorites   0 Comments

Color spaces of #ddfec2

RGB 221254194
HSL0.260.970.88
HSV93°24°100°
CMYK 0.130.000.24   0.00
XYZ74.998290.150864.4870
Yxy90.15080.32660.3926
Hunter Lab94.9478-25.163426.1946
CIE-Lab96.0593-20.979925.2477

#ddfec2 color RGB value is (221,254,194).

#ddfec2 hex color red value is 221, green value is 254 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #ddfec2 hue: 0.26 , saturation: 0.97 and the lightness value of ddfec2 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11000010
Octal 335 376 302
Decimal 221 254 194
Hex DD FE C2

RGB Percentages of Color #ddfec2

%33.03
%37.97
%29.00

CMYK Percentages of Color #ddfec2

%13
%0
%24
%0

Triadic Colors of #ddfec2

#ddfec2 #c2ddfe #fec2dd

Analogous Colors of #ddfec2

#ddfec2 #c2fec5 #fbfec2

Monochromatic Colors of #ddfec2

#ddfec2

Complementary Color

#ddfec2 #e3c2fe

#ddfec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfec2 Color CSS Codes

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

#ddfec2 Text Font Color

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

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


#ddfec2 Background Color

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

This div background color is #ddfec2


#ddfec2 Border Color

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

This div border color is #ddfec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfec2

Related Colors


Comments

No comments written yet.

Please login to write comment.