Color Hex Logo

#dbfa80 Color Hex

#DBFA80
(219,250,128)
0 Favorites   0 Comments

Color spaces of #dbfa80

RGB 219250128
HSL0.210.920.74
HSV75°49°98°
CMYK 0.120.000.49   0.02
XYZ67.295384.989833.2799
Yxy84.98980.36270.4580
Hunter Lab92.1899-31.033843.1297
CIE-Lab93.8787-27.973954.7244

#dbfa80 color RGB value is (219,250,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 10000000
Octal 333 372 200
Decimal 219 250 128
Hex DB FA 80

RGB Percentages of Color #dbfa80

%36.68
%41.88
%21.44

CMYK Percentages of Color #dbfa80

%12
%0
%49
%2

Triadic Colors of #dbfa80

#dbfa80 #80dbfa #fa80db

Analogous Colors of #dbfa80

#dbfa80 #9efa80 #fadc80

Monochromatic Colors of #dbfa80

#dbfa80

Complementary Color

#dbfa80 #9f80fa

#dbfa80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa80 Color CSS Codes

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

#dbfa80 Text Font Color

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

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


#dbfa80 Background Color

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

This div background color is #dbfa80


#dbfa80 Border Color

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

This div border color is #dbfa80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa80


Comments

No comments written yet.

Please login to write comment.