Color Hex Logo

#ddf98d Color Hex

#DDF98D
(221,249,141)
0 Favorites   0 Comments

Color spaces of #ddf98d

RGB 221249141
HSL0.210.900.76
HSV76°43°98°
CMYK 0.110.000.43   0.02
XYZ68.502285.046638.0045
Yxy85.04660.35760.4440
Hunter Lab92.2207-28.795240.1209
CIE-Lab93.9032-25.431048.6713

#ddf98d color RGB value is (221,249,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 10001101
Octal 335 371 215
Decimal 221 249 141
Hex DD F9 8D

RGB Percentages of Color #ddf98d

%36.17
%40.75
%23.08

CMYK Percentages of Color #ddf98d

%11
%0
%43
%2

Triadic Colors of #ddf98d

#ddf98d #8dddf9 #f98ddd

Analogous Colors of #ddf98d

#ddf98d #a7f98d #f9df8d

Monochromatic Colors of #ddf98d

#ddf98d

Complementary Color

#ddf98d #a98df9

#ddf98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf98d Color CSS Codes

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

#ddf98d Text Font Color

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

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


#ddf98d Background Color

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

This div background color is #ddf98d


#ddf98d Border Color

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

This div border color is #ddf98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf98d


Comments

No comments written yet.

Please login to write comment.