Color Hex Logo

#ddfec7 Color Hex

#DDFEC7
(221,254,199)
0 Favorites   0 Comments

Color spaces of #ddfec7

RGB 221254199
HSL0.270.960.89
HSV96°22°100°
CMYK 0.130.000.22   0.00
XYZ75.569490.379367.4948
Yxy90.37930.32370.3872
Hunter Lab95.0680-24.479724.4539
CIE-Lab96.1539-20.217722.8390

#ddfec7 color RGB value is (221,254,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11000111
Octal 335 376 307
Decimal 221 254 199
Hex DD FE C7

RGB Percentages of Color #ddfec7

%32.79
%37.69
%29.53

CMYK Percentages of Color #ddfec7

%13
%0
%22
%0

Triadic Colors of #ddfec7

#ddfec7 #c7ddfe #fec7dd

Analogous Colors of #ddfec7

#ddfec7 #c7fecd #f9fec7

Monochromatic Colors of #ddfec7

#ddfec7

Complementary Color

#ddfec7 #e8c7fe

#ddfec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfec7 Color CSS Codes

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

#ddfec7 Text Font Color

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

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


#ddfec7 Background Color

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

This div background color is #ddfec7


#ddfec7 Border Color

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

This div border color is #ddfec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfec7


Comments

No comments written yet.

Please login to write comment.