Color Hex Logo

#ddfe4d Color Hex

#DDFE4D
(221,254,77)
0 Favorites   0 Comments

Color spaces of #ddfe4d

RGB 22125477
HSL0.200.990.65
HSV71°70°100°
CMYK 0.130.000.70   0.00
XYZ66.600286.791620.2634
Yxy86.79160.38350.4998
Hunter Lab93.1620-35.426452.3174
CIE-Lab94.6498-32.837176.5892

#ddfe4d color RGB value is (221,254,77).

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

The process color (four color CMYK) of #ddfe4d color hex is 0.13, 0.00, 0.70, 0.00. Web safe color of #ddfe4d is #ccff66. Color #ddfe4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 01001101
Octal 335 376 115
Decimal 221 254 77
Hex DD FE 4D

RGB Percentages of Color #ddfe4d

%40.04
%46.01
%13.95

CMYK Percentages of Color #ddfe4d

%13
%0
%70
%0

Triadic Colors of #ddfe4d

#ddfe4d #4dddfe #fe4ddd

Analogous Colors of #ddfe4d

#ddfe4d #85fe4d #fec74d

Monochromatic Colors of #ddfe4d

#ddfe4d

Complementary Color

#ddfe4d #6e4dfe

#ddfe4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe4d Color CSS Codes

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

#ddfe4d Text Font Color

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

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


#ddfe4d Background Color

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

This div background color is #ddfe4d


#ddfe4d Border Color

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

This div border color is #ddfe4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe4d

Related Colors


Comments

No comments written yet.

Please login to write comment.