Color Hex Logo

#dbf780 Color Hex

#DBF780
(219,247,128)
0 Favorites   0 Comments

Color spaces of #dbf780

RGB 219247128
HSL0.210.880.74
HSV74°48°97°
CMYK 0.110.000.48   0.03
XYZ66.370583.140132.9716
Yxy83.14010.36370.4556
Hunter Lab91.1812-29.637542.3873
CIE-Lab93.0757-26.563653.7573

#dbf780 color RGB value is (219,247,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110111 10000000
Octal 333 367 200
Decimal 219 247 128
Hex DB F7 80

RGB Percentages of Color #dbf780

%36.87
%41.58
%21.55

CMYK Percentages of Color #dbf780

%11
%0
%48
%3

Triadic Colors of #dbf780

#dbf780 #80dbf7 #f780db

Analogous Colors of #dbf780

#dbf780 #a0f780 #f7d880

Monochromatic Colors of #dbf780

#dbf780

Complementary Color

#dbf780 #9c80f7

#dbf780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf780 Color CSS Codes

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

#dbf780 Text Font Color

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

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


#dbf780 Background Color

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

This div background color is #dbf780


#dbf780 Border Color

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

This div border color is #dbf780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf780


Comments

No comments written yet.

Please login to write comment.