Color Hex Logo

#ddfe4a Color Hex

#DDFE4A
(221,254,74)
0 Favorites   0 Comments

Color spaces of #ddfe4a

RGB 22125474
HSL0.200.990.64
HSV71°71°100°
CMYK 0.130.000.71   0.00
XYZ66.496686.750219.7183
Yxy86.75020.38450.5015
Hunter Lab93.1398-35.555652.6458
CIE-Lab94.6322-32.991677.5920

#ddfe4a color RGB value is (221,254,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 01001010
Octal 335 376 112
Decimal 221 254 74
Hex DD FE 4A

RGB Percentages of Color #ddfe4a

%40.26
%46.27
%13.48

CMYK Percentages of Color #ddfe4a

%13
%0
%71
%0

Triadic Colors of #ddfe4a

#ddfe4a #4addfe #fe4add

Analogous Colors of #ddfe4a

#ddfe4a #83fe4a #fec54a

Monochromatic Colors of #ddfe4a

#ddfe4a

Complementary Color

#ddfe4a #6b4afe

#ddfe4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe4a Color CSS Codes

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

#ddfe4a Text Font Color

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

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


#ddfe4a Background Color

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

This div background color is #ddfe4a


#ddfe4a Border Color

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

This div border color is #ddfe4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe4a


Comments

No comments written yet.

Please login to write comment.