Color Hex Logo

#ddfe2e Color Hex

#DDFE2E
(221,254,46)
0 Favorites   0 Comments

Color spaces of #ddfe2e

RGB 22125446
HSL0.190.990.59
HSV70°82°100°
CMYK 0.130.000.82   0.00
XYZ65.753786.453015.8063
Yxy86.45300.39140.5146
Hunter Lab92.9801-36.483555.0070
CIE-Lab94.5057-34.105685.4148

#ddfe2e color RGB value is (221,254,46).

#ddfe2e hex color red value is 221, green value is 254 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ddfe2e hue: 0.19 , saturation: 0.99 and the lightness value of ddfe2e is 0.59.

The process color (four color CMYK) of #ddfe2e color hex is 0.13, 0.00, 0.82, 0.00. Web safe color of #ddfe2e is #ccff33. Color #ddfe2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 00101110
Octal 335 376 56
Decimal 221 254 46
Hex DD FE 2E

RGB Percentages of Color #ddfe2e

%42.42
%48.75
%8.83

CMYK Percentages of Color #ddfe2e

%13
%0
%82
%0

Triadic Colors of #ddfe2e

#ddfe2e #2eddfe #fe2edd

Analogous Colors of #ddfe2e

#ddfe2e #75fe2e #feb72e

Monochromatic Colors of #ddfe2e

#ddfe2e

Complementary Color

#ddfe2e #4f2efe

#ddfe2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe2e Color CSS Codes

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

#ddfe2e Text Font Color

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

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


#ddfe2e Background Color

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

This div background color is #ddfe2e


#ddfe2e Border Color

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

This div border color is #ddfe2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe2e


Comments

No comments written yet.

Please login to write comment.