Color Hex Logo

#ddfe8d Color Hex

#DDFE8D
(221,254,141)
0 Favorites   0 Comments

Color spaces of #ddfe8d

RGB 221254141
HSL0.220.980.77
HSV78°44°100°
CMYK 0.130.000.44   0.00
XYZ70.068388.178938.5265
Yxy88.17890.35610.4481
Hunter Lab93.9036-31.139541.4072
CIE-Lab95.2362-27.786350.3278

#ddfe8d color RGB value is (221,254,141).

#ddfe8d hex color red value is 221, green value is 254 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ddfe8d hue: 0.22 , saturation: 0.98 and the lightness value of ddfe8d is 0.77.

The process color (four color CMYK) of #ddfe8d color hex is 0.13, 0.00, 0.44, 0.00. Web safe color of #ddfe8d is #ccff99. Color #ddfe8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 10001101
Octal 335 376 215
Decimal 221 254 141
Hex DD FE 8D

RGB Percentages of Color #ddfe8d

%35.88
%41.23
%22.89

CMYK Percentages of Color #ddfe8d

%13
%0
%44
%0

Triadic Colors of #ddfe8d

#ddfe8d #8dddfe #fe8ddd

Analogous Colors of #ddfe8d

#ddfe8d #a5fe8d #fee78d

Monochromatic Colors of #ddfe8d

#ddfe8d

Complementary Color

#ddfe8d #ae8dfe

#ddfe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe8d Color CSS Codes

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

#ddfe8d Text Font Color

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

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


#ddfe8d Background Color

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

This div background color is #ddfe8d


#ddfe8d Border Color

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

This div border color is #ddfe8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe8d

Related Colors


Comments

No comments written yet.

Please login to write comment.