Color Hex Logo

#ddfe8a Color Hex

#DDFE8A
(221,254,138)
0 Favorites   0 Comments

Color spaces of #ddfe8a

RGB 221254138
HSL0.210.980.77
HSV77°46°100°
CMYK 0.130.000.46   0.00
XYZ69.848088.090837.3666
Yxy88.09080.35760.4510
Hunter Lab93.8567-31.409842.0949
CIE-Lab95.1992-28.100451.6980

#ddfe8a color RGB value is (221,254,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 10001010
Octal 335 376 212
Decimal 221 254 138
Hex DD FE 8A

RGB Percentages of Color #ddfe8a

%36.05
%41.44
%22.51

CMYK Percentages of Color #ddfe8a

%13
%0
%46
%0

Triadic Colors of #ddfe8a

#ddfe8a #8addfe #fe8add

Analogous Colors of #ddfe8a

#ddfe8a #a3fe8a #fee58a

Monochromatic Colors of #ddfe8a

#ddfe8a

Complementary Color

#ddfe8a #ab8afe

#ddfe8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe8a Color CSS Codes

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

#ddfe8a Text Font Color

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

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


#ddfe8a Background Color

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

This div background color is #ddfe8a


#ddfe8a Border Color

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

This div border color is #ddfe8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe8a


Comments

No comments written yet.

Please login to write comment.