Color Hex Logo

#ddfe6d Color Hex

#DDFE6D
(221,254,109)
0 Favorites   0 Comments

Color spaces of #ddfe6d

RGB 221254109
HSL0.200.990.71
HSV74°57°100°
CMYK 0.130.000.57   0.00
XYZ68.020987.359927.7451
Yxy87.35990.37140.4770
Hunter Lab93.4665-33.661847.8266
CIE-Lab94.8908-30.740164.3950

#ddfe6d color RGB value is (221,254,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 01101101
Octal 335 376 155
Decimal 221 254 109
Hex DD FE 6D

RGB Percentages of Color #ddfe6d

%37.84
%43.49
%18.66

CMYK Percentages of Color #ddfe6d

%13
%0
%57
%0

Triadic Colors of #ddfe6d

#ddfe6d #6dddfe #fe6ddd

Analogous Colors of #ddfe6d

#ddfe6d #95fe6d #fed76d

Monochromatic Colors of #ddfe6d

#ddfe6d

Complementary Color

#ddfe6d #8e6dfe

#ddfe6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe6d Color CSS Codes

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

#ddfe6d Text Font Color

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

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


#ddfe6d Background Color

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

This div background color is #ddfe6d


#ddfe6d Border Color

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

This div border color is #ddfe6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe6d

Related Colors


Comments

No comments written yet.

Please login to write comment.