Color Hex Logo

#ddfec0 Color Hex

#DDFEC0
(221,254,192)
0 Favorites   0 Comments

Color spaces of #ddfec0

RGB 221254192
HSL0.260.970.87
HSV92°24°100°
CMYK 0.130.000.24   0.00
XYZ74.775090.061563.3117
Yxy90.06150.32770.3947
Hunter Lab94.9007-25.431026.8760
CIE-Lab96.0223-21.279226.2105

#ddfec0 color RGB value is (221,254,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11000000
Octal 335 376 300
Decimal 221 254 192
Hex DD FE C0

RGB Percentages of Color #ddfec0

%33.13
%38.08
%28.79

CMYK Percentages of Color #ddfec0

%13
%0
%24
%0

Triadic Colors of #ddfec0

#ddfec0 #c0ddfe #fec0dd

Analogous Colors of #ddfec0

#ddfec0 #c0fec2 #fcfec0

Monochromatic Colors of #ddfec0

#ddfec0

Complementary Color

#ddfec0 #e1c0fe

#ddfec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfec0 Color CSS Codes

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

#ddfec0 Text Font Color

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

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


#ddfec0 Background Color

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

This div background color is #ddfec0


#ddfec0 Border Color

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

This div border color is #ddfec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfec0


Comments

No comments written yet.

Please login to write comment.