Color Hex Logo

#dbfa7f Color Hex

#DBFA7F
(219,250,127)
0 Favorites   0 Comments

Color spaces of #dbfa7f

RGB 219250127
HSL0.210.920.74
HSV75°49°98°
CMYK 0.120.000.49   0.02
XYZ67.229884.963632.9349
Yxy84.96360.36320.4589
Hunter Lab92.1757-31.115743.3383
CIE-Lab93.8674-28.069855.1721

#dbfa7f color RGB value is (219,250,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 01111111
Octal 333 372 177
Decimal 219 250 127
Hex DB FA 7F

RGB Percentages of Color #dbfa7f

%36.74
%41.95
%21.31

CMYK Percentages of Color #dbfa7f

%12
%0
%49
%2

Triadic Colors of #dbfa7f

#dbfa7f #7fdbfa #fa7fdb

Analogous Colors of #dbfa7f

#dbfa7f #9efa7f #fadc7f

Monochromatic Colors of #dbfa7f

#dbfa7f

Complementary Color

#dbfa7f #9e7ffa

#dbfa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa7f Color CSS Codes

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

#dbfa7f Text Font Color

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

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


#dbfa7f Background Color

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

This div background color is #dbfa7f


#dbfa7f Border Color

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

This div border color is #dbfa7f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,250,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa7f


Comments

No comments written yet.

Please login to write comment.