Color Hex Logo

#ddfea7 Color Hex

#DDFEA7
(221,254,167)
0 Favorites   0 Comments

Color spaces of #ddfea7

RGB 221254167
HSL0.230.980.83
HSV83°34°100°
CMYK 0.130.000.34   0.00
XYZ72.235789.045849.9396
Yxy89.04580.34200.4216
Hunter Lab94.3641-28.495434.6773
CIE-Lab95.5996-24.742438.1749

#ddfea7 color RGB value is (221,254,167).

#ddfea7 hex color red value is 221, green value is 254 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ddfea7 hue: 0.23 , saturation: 0.98 and the lightness value of ddfea7 is 0.83.

The process color (four color CMYK) of #ddfea7 color hex is 0.13, 0.00, 0.34, 0.00. Web safe color of #ddfea7 is #ccff99. Color #ddfea7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 10100111
Octal 335 376 247
Decimal 221 254 167
Hex DD FE A7

RGB Percentages of Color #ddfea7

%34.42
%39.56
%26.01

CMYK Percentages of Color #ddfea7

%13
%0
%34
%0

Triadic Colors of #ddfea7

#ddfea7 #a7ddfe #fea7dd

Analogous Colors of #ddfea7

#ddfea7 #b2fea7 #fef4a7

Monochromatic Colors of #ddfea7

#ddfea7

Complementary Color

#ddfea7 #c8a7fe

#ddfea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfea7 Color CSS Codes

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

#ddfea7 Text Font Color

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

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


#ddfea7 Background Color

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

This div background color is #ddfea7


#ddfea7 Border Color

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

This div border color is #ddfea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfea7


Comments

No comments written yet.

Please login to write comment.