Color Hex Logo

#dbfa7c Color Hex

#DBFA7C
(219,250,124)
0 Favorites   0 Comments

Color spaces of #dbfa7c

RGB 219250124
HSL0.210.930.73
HSV75°50°98°
CMYK 0.120.000.50   0.02
XYZ67.037184.886531.9203
Yxy84.88650.36460.4617
Hunter Lab92.1339-31.356743.9524
CIE-Lab93.8342-28.352656.5078

#dbfa7c color RGB value is (219,250,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 01111100
Octal 333 372 174
Decimal 219 250 124
Hex DB FA 7C

RGB Percentages of Color #dbfa7c

%36.93
%42.16
%20.91

CMYK Percentages of Color #dbfa7c

%12
%0
%50
%2

Triadic Colors of #dbfa7c

#dbfa7c #7cdbfa #fa7cdb

Analogous Colors of #dbfa7c

#dbfa7c #9cfa7c #fada7c

Monochromatic Colors of #dbfa7c

#dbfa7c

Complementary Color

#dbfa7c #9b7cfa

#dbfa7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa7c Color CSS Codes

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

#dbfa7c Text Font Color

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

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


#dbfa7c Background Color

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

This div background color is #dbfa7c


#dbfa7c Border Color

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

This div border color is #dbfa7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa7c


Comments

No comments written yet.

Please login to write comment.