Color Hex Logo

#ddfa5e Color Hex

#DDFA5E
(221,250,94)
0 Favorites   0 Comments

Color spaces of #ddfa5e

RGB 22125094
HSL0.200.940.67
HSV71°62°98°
CMYK 0.120.000.62   0.02
XYZ66.024884.551523.4299
Yxy84.55150.37940.4859
Hunter Lab91.9519-32.746349.2589
CIE-Lab93.6895-29.980669.2711

#ddfa5e color RGB value is (221,250,94).

#ddfa5e hex color red value is 221, green value is 250 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ddfa5e hue: 0.20 , saturation: 0.94 and the lightness value of ddfa5e is 0.67.

The process color (four color CMYK) of #ddfa5e color hex is 0.12, 0.00, 0.62, 0.02. Web safe color of #ddfa5e is #ccff66. Color #ddfa5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 01011110
Octal 335 372 136
Decimal 221 250 94
Hex DD FA 5E

RGB Percentages of Color #ddfa5e

%39.12
%44.25
%16.64

CMYK Percentages of Color #ddfa5e

%12
%0
%62
%2

Triadic Colors of #ddfa5e

#ddfa5e #5eddfa #fa5edd

Analogous Colors of #ddfa5e

#ddfa5e #8ffa5e #fac95e

Monochromatic Colors of #ddfa5e

#ddfa5e

Complementary Color

#ddfa5e #7b5efa

#ddfa5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa5e Color CSS Codes

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

#ddfa5e Text Font Color

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

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


#ddfa5e Background Color

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

This div background color is #ddfa5e


#ddfa5e Border Color

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

This div border color is #ddfa5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa5e


Comments

No comments written yet.

Please login to write comment.