Color Hex Logo

#ddf99e Color Hex

#DDF99E
(221,249,158)
0 Favorites   0 Comments

Color spaces of #ddf99e

RGB 221249158
HSL0.220.880.80
HSV78°37°98°
CMYK 0.110.000.37   0.02
XYZ69.866085.592145.1864
Yxy85.59210.34820.4266
Hunter Lab92.5160-27.103835.8029
CIE-Lab94.1377-23.486240.7119

#ddf99e color RGB value is (221,249,158).

#ddf99e hex color red value is 221, green value is 249 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ddf99e hue: 0.22 , saturation: 0.88 and the lightness value of ddf99e is 0.80.

The process color (four color CMYK) of #ddf99e color hex is 0.11, 0.00, 0.37, 0.02. Web safe color of #ddf99e is #ccff99. Color #ddf99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 10011110
Octal 335 371 236
Decimal 221 249 158
Hex DD F9 9E

RGB Percentages of Color #ddf99e

%35.19
%39.65
%25.16

CMYK Percentages of Color #ddf99e

%11
%0
%37
%2

Triadic Colors of #ddf99e

#ddf99e #9eddf9 #f99edd

Analogous Colors of #ddf99e

#ddf99e #b0f99e #f9e89e

Monochromatic Colors of #ddf99e

#ddf99e

Complementary Color

#ddf99e #ba9ef9

#ddf99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf99e Color CSS Codes

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

#ddf99e Text Font Color

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

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


#ddf99e Background Color

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

This div background color is #ddf99e


#ddf99e Border Color

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

This div border color is #ddf99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf99e


Comments

No comments written yet.

Please login to write comment.