Color Hex Logo

#ddfe7e Color Hex

#DDFE7E
(221,254,126)
0 Favorites   0 Comments

Color spaces of #ddfe7e

RGB 221254126
HSL0.210.980.75
HSV75°50°100°
CMYK 0.130.000.50   0.00
XYZ69.026587.762133.0404
Yxy87.76210.36360.4623
Hunter Lab93.6814-32.419844.6661
CIE-Lab95.0607-29.279457.0863

#ddfe7e color RGB value is (221,254,126).

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

The process color (four color CMYK) of #ddfe7e color hex is 0.13, 0.00, 0.50, 0.00. Web safe color of #ddfe7e is #ccff66. Color #ddfe7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 01111110
Octal 335 376 176
Decimal 221 254 126
Hex DD FE 7E

RGB Percentages of Color #ddfe7e

%36.77
%42.26
%20.97

CMYK Percentages of Color #ddfe7e

%13
%0
%50
%0

Triadic Colors of #ddfe7e

#ddfe7e #7eddfe #fe7edd

Analogous Colors of #ddfe7e

#ddfe7e #9dfe7e #fedf7e

Monochromatic Colors of #ddfe7e

#ddfe7e

Complementary Color

#ddfe7e #9f7efe

#ddfe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe7e Color CSS Codes

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

#ddfe7e Text Font Color

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

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


#ddfe7e Background Color

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

This div background color is #ddfe7e


#ddfe7e Border Color

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

This div border color is #ddfe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe7e

Related Colors


Comments

No comments written yet.

Please login to write comment.