Color Hex Logo

#dbfa0f Color Hex

#DBFA0F
(219,250,15)
0 Favorites   0 Comments

Color spaces of #dbfa0f

RGB 21925015
HSL0.190.960.52
HSV68°94°98°
CMYK 0.120.000.94   0.02
XYZ63.485283.465813.2164
Yxy83.46580.39640.5211
Hunter Lab91.3596-35.840955.3746
CIE-Lab93.2180-33.700289.2812

#dbfa0f color RGB value is (219,250,15).

#dbfa0f hex color red value is 219, green value is 250 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dbfa0f hue: 0.19 , saturation: 0.96 and the lightness value of dbfa0f is 0.52.

The process color (four color CMYK) of #dbfa0f color hex is 0.12, 0.00, 0.94, 0.02. Web safe color of #dbfa0f is #ccff00. Color #dbfa0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 00001111
Octal 333 372 17
Decimal 219 250 15
Hex DB FA F

RGB Percentages of Color #dbfa0f

%45.25
%51.65
%3.10

CMYK Percentages of Color #dbfa0f

%12
%0
%94
%2

Triadic Colors of #dbfa0f

#dbfa0f #0fdbfa #fa0fdb

Analogous Colors of #dbfa0f

#dbfa0f #66fa0f #faa40f

Monochromatic Colors of #dbfa0f

#dbfa0f

Complementary Color

#dbfa0f #2e0ffa

#dbfa0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa0f Color CSS Codes

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

#dbfa0f Text Font Color

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

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


#dbfa0f Background Color

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

This div background color is #dbfa0f


#dbfa0f Border Color

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

This div border color is #dbfa0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa0f


Comments

No comments written yet.

Please login to write comment.