Color Hex Logo

#ddf880 Color Hex

#DDF880
(221,248,128)
0 Favorites   0 Comments

Color spaces of #ddf880

RGB 221248128
HSL0.200.900.74
HSV74°48°97°
CMYK 0.110.000.48   0.03
XYZ67.282584.065533.1022
Yxy84.06550.36480.4558
Hunter Lab91.6872-29.464742.7754
CIE-Lab93.4789-26.278954.2754

#ddf880 color RGB value is (221,248,128).

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

The process color (four color CMYK) of #ddf880 color hex is 0.11, 0.00, 0.48, 0.03. Web safe color of #ddf880 is #ccff99. Color #ddf880 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 10000000
Octal 335 370 200
Decimal 221 248 128
Hex DD F8 80

RGB Percentages of Color #ddf880

%37.02
%41.54
%21.44

CMYK Percentages of Color #ddf880

%11
%0
%48
%3

Triadic Colors of #ddf880

#ddf880 #80ddf8 #f880dd

Analogous Colors of #ddf880

#ddf880 #a1f880 #f8d780

Monochromatic Colors of #ddf880

#ddf880

Complementary Color

#ddf880 #9b80f8

#ddf880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf880 Color CSS Codes

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

#ddf880 Text Font Color

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

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


#ddf880 Background Color

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

This div background color is #ddf880


#ddf880 Border Color

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

This div border color is #ddf880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf880


Comments

No comments written yet.

Please login to write comment.