Color Hex Logo

#dbfb0f Color Hex

#DBFB0F
(219,251,15)
0 Favorites   0 Comments

Color spaces of #dbfb0f

RGB 21925115
HSL0.190.970.52
HSV68°94°98°
CMYK 0.130.000.94   0.02
XYZ63.796884.088913.3203
Yxy84.08890.39570.5216
Hunter Lab91.7000-36.290455.5776
CIE-Lab93.4891-34.154889.4898

#dbfb0f color RGB value is (219,251,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 00001111
Octal 333 373 17
Decimal 219 251 15
Hex DB FB F

RGB Percentages of Color #dbfb0f

%45.15
%51.75
%3.09

CMYK Percentages of Color #dbfb0f

%13
%0
%94
%2

Triadic Colors of #dbfb0f

#dbfb0f #0fdbfb #fb0fdb

Analogous Colors of #dbfb0f

#dbfb0f #65fb0f #fba50f

Monochromatic Colors of #dbfb0f

#dbfb0f

Complementary Color

#dbfb0f #2f0ffb

#dbfb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfb0f Color CSS Codes

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

#dbfb0f Text Font Color

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

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


#dbfb0f Background Color

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

This div background color is #dbfb0f


#dbfb0f Border Color

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

This div border color is #dbfb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfb0f

Related Colors


Comments

No comments written yet.

Please login to write comment.