Color Hex Logo

#ddfb80 Color Hex

#DDFB80
(221,251,128)
0 Favorites   0 Comments

Color spaces of #ddfb80

RGB 221251128
HSL0.210.940.74
HSV75°49°98°
CMYK 0.120.000.49   0.02
XYZ68.212385.925033.4121
Yxy85.92500.36370.4581
Hunter Lab92.6957-30.864243.5160
CIE-Lab94.2803-27.689655.2386

#ddfb80 color RGB value is (221,251,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 10000000
Octal 335 373 200
Decimal 221 251 128
Hex DD FB 80

RGB Percentages of Color #ddfb80

%36.83
%41.83
%21.33

CMYK Percentages of Color #ddfb80

%12
%0
%49
%2

Triadic Colors of #ddfb80

#ddfb80 #80ddfb #fb80dd

Analogous Colors of #ddfb80

#ddfb80 #a0fb80 #fbdc80

Monochromatic Colors of #ddfb80

#ddfb80

Complementary Color

#ddfb80 #9e80fb

#ddfb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfb80 Color CSS Codes

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

#ddfb80 Text Font Color

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

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


#ddfb80 Background Color

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

This div background color is #ddfb80


#ddfb80 Border Color

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

This div border color is #ddfb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfb80

Related Colors


Comments

No comments written yet.

Please login to write comment.