Color Hex Logo

#ddf98a Color Hex

#DDF98A
(221,249,138)
0 Favorites   0 Comments

Color spaces of #ddf98a

RGB 221249138
HSL0.210.900.76
HSV75°45°98°
CMYK 0.110.000.45   0.02
XYZ68.281984.958536.8445
Yxy84.95850.35920.4470
Hunter Lab92.1729-29.069540.8209
CIE-Lab93.8652-25.748550.0534

#ddf98a color RGB value is (221,249,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 10001010
Octal 335 371 212
Decimal 221 249 138
Hex DD F9 8A

RGB Percentages of Color #ddf98a

%36.35
%40.95
%22.70

CMYK Percentages of Color #ddf98a

%11
%0
%45
%2

Triadic Colors of #ddf98a

#ddf98a #8addf9 #f98add

Analogous Colors of #ddf98a

#ddf98a #a6f98a #f9de8a

Monochromatic Colors of #ddf98a

#ddf98a

Complementary Color

#ddf98a #a68af9

#ddf98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf98a Color CSS Codes

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

#ddf98a Text Font Color

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

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


#ddf98a Background Color

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

This div background color is #ddf98a


#ddf98a Border Color

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

This div border color is #ddf98a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,249,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 #ddf98a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf98a


Comments

No comments written yet.

Please login to write comment.