Color Hex Logo

#ddf980 Color Hex

#DDF980
(221,249,128)
0 Favorites   0 Comments

Color spaces of #ddf980

RGB 221249128
HSL0.210.910.74
HSV74°49°98°
CMYK 0.110.000.49   0.02
XYZ67.590884.682033.2049
Yxy84.68200.36440.4566
Hunter Lab92.0228-29.931643.0222
CIE-Lab93.7459-26.750154.5967

#ddf980 color RGB value is (221,249,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 10000000
Octal 335 371 200
Decimal 221 249 128
Hex DD F9 80

RGB Percentages of Color #ddf980

%36.96
%41.64
%21.40

CMYK Percentages of Color #ddf980

%11
%0
%49
%2

Triadic Colors of #ddf980

#ddf980 #80ddf9 #f980dd

Analogous Colors of #ddf980

#ddf980 #a1f980 #f9d980

Monochromatic Colors of #ddf980

#ddf980

Complementary Color

#ddf980 #9c80f9

#ddf980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf980 Color CSS Codes

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

#ddf980 Text Font Color

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

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


#ddf980 Background Color

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

This div background color is #ddf980


#ddf980 Border Color

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

This div border color is #ddf980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf980


Comments

No comments written yet.

Please login to write comment.