Color Hex Logo

#ddfa2e Color Hex

#DDFA2E
(221,250,46)
0 Favorites   0 Comments

Color spaces of #ddfa2e

RGB 22125046
HSL0.190.950.58
HSV69°82°98°
CMYK 0.120.000.82   0.02
XYZ64.497583.940615.3875
Yxy83.94060.39370.5124
Hunter Lab91.6191-34.674054.1756
CIE-Lab93.4247-32.280384.4877

#ddfa2e color RGB value is (221,250,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 00101110
Octal 335 372 56
Decimal 221 250 46
Hex DD FA 2E

RGB Percentages of Color #ddfa2e

%42.75
%48.36
%8.90

CMYK Percentages of Color #ddfa2e

%12
%0
%82
%2

Triadic Colors of #ddfa2e

#ddfa2e #2eddfa #fa2edd

Analogous Colors of #ddfa2e

#ddfa2e #77fa2e #fab12e

Monochromatic Colors of #ddfa2e

#ddfa2e

Complementary Color

#ddfa2e #4b2efa

#ddfa2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa2e Color CSS Codes

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

#ddfa2e Text Font Color

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

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


#ddfa2e Background Color

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

This div background color is #ddfa2e


#ddfa2e Border Color

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

This div border color is #ddfa2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,250,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 #ddfa2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa2e


Comments

No comments written yet.

Please login to write comment.