Color Hex Logo

#ddfe1e Color Hex

#DDFE1E
(221,254,30)
0 Favorites   0 Comments

Color spaces of #ddfe1e

RGB 22125430
HSL0.190.990.56
HSV69°88°100°
CMYK 0.130.000.88   0.00
XYZ65.494986.349514.4435
Yxy86.34950.39390.5193
Hunter Lab92.9244-36.807655.8315
CIE-Lab94.4616-34.496488.4509

#ddfe1e color RGB value is (221,254,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 00011110
Octal 335 376 36
Decimal 221 254 30
Hex DD FE 1E

RGB Percentages of Color #ddfe1e

%43.76
%50.30
%5.94

CMYK Percentages of Color #ddfe1e

%13
%0
%88
%0

Triadic Colors of #ddfe1e

#ddfe1e #1eddfe #fe1edd

Analogous Colors of #ddfe1e

#ddfe1e #6dfe1e #feaf1e

Monochromatic Colors of #ddfe1e

#ddfe1e

Complementary Color

#ddfe1e #3f1efe

#ddfe1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe1e Color CSS Codes

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

#ddfe1e Text Font Color

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

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


#ddfe1e Background Color

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

This div background color is #ddfe1e


#ddfe1e Border Color

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

This div border color is #ddfe1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe1e


Comments

No comments written yet.

Please login to write comment.