Color Hex Logo

#ddf98e Color Hex

#DDF98E
(221,249,142)
0 Favorites   0 Comments

Color spaces of #ddf98e

RGB 221249142
HSL0.210.900.77
HSV76°43°98°
CMYK 0.110.000.43   0.02
XYZ68.577085.076538.3982
Yxy85.07650.35710.4430
Hunter Lab92.2369-28.702139.8834
CIE-Lab93.9161-25.323448.2089

#ddf98e color RGB value is (221,249,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 10001110
Octal 335 371 216
Decimal 221 249 142
Hex DD F9 8E

RGB Percentages of Color #ddf98e

%36.11
%40.69
%23.20

CMYK Percentages of Color #ddf98e

%11
%0
%43
%2

Triadic Colors of #ddf98e

#ddf98e #8eddf9 #f98edd

Analogous Colors of #ddf98e

#ddf98e #a8f98e #f9e08e

Monochromatic Colors of #ddf98e

#ddf98e

Complementary Color

#ddf98e #aa8ef9

#ddf98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf98e Color CSS Codes

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

#ddf98e Text Font Color

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

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


#ddf98e Background Color

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

This div background color is #ddf98e


#ddf98e Border Color

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

This div border color is #ddf98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf98e


Comments

No comments written yet.

Please login to write comment.