color codes Logo

#ddf96d color codes

#DDF96D
(221,249,109)
0 Favorites   0 Comments

Color spaces of #ddf96d

RGB 221249109
HSL0.200.920.70
HSV72°56°98°
CMYK 0.110.000.56   0.02
XYZ66.454884.227627.2230
Yxy84.22760.37350.4734
Hunter Lab91.7756-31.355346.6560
CIE-Lab93.5493-28.416962.8825

#ddf96d color RGB value is (221,249,109).

#ddf96d hex color red value is 221, green value is 249 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ddf96d hue: 0.20 , saturation: 0.92 and the lightness value of ddf96d is 0.70.

The process color (four color CMYK) of #ddf96d color code is 0.11, 0.00, 0.56, 0.02. Web safe color of #ddf96d is #ccff66. Color #ddf96d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 01101101
Octal 335 371 155
Decimal 221 249 109
Hex DD F9 6D

RGB Percentages of Color #ddf96d

%38.17
%43.01
%18.83

CMYK Percentages of Color #ddf96d

%11
%0
%56
%2

Triadic Colors of #ddf96d

#ddf96d #6dddf9 #f96ddd

Analogous Colors of #ddf96d

#ddf96d #97f96d #f9cf6d

Monochromatic Colors of #ddf96d

#ddf96d

Complementary Color

#ddf96d #896df9

#ddf96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf96d Color CSS Codes

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

#ddf96d Text Font Color

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

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


#ddf96d Background Color

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

This div background color is #ddf96d


#ddf96d Border Color

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

This div border color is #ddf96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf96d


Comments

No comments written yet.

Please login to write comment.