Color Hex Logo

#dbf01f Color Hex

#DBF01F
(219,240,31)
0 Favorites   0 Comments

Color spaces of #dbf01f

RGB 21924031
HSL0.180.870.53
HSV66°87°94°
CMYK 0.090.000.87   0.06
XYZ60.620877.479213.0562
Yxy77.47920.40100.5126
Hunter Lab88.0223-31.106352.8212
CIE-Lab90.5417-28.839385.0687

#dbf01f color RGB value is (219,240,31).

#dbf01f hex color red value is 219, green value is 240 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dbf01f hue: 0.18 , saturation: 0.87 and the lightness value of dbf01f is 0.53.

The process color (four color CMYK) of #dbf01f color hex is 0.09, 0.00, 0.87, 0.06. Web safe color of #dbf01f is #ccff33. Color #dbf01f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 00011111
Octal 333 360 37
Decimal 219 240 31
Hex DB F0 1F

RGB Percentages of Color #dbf01f

%44.69
%48.98
%6.33

CMYK Percentages of Color #dbf01f

%9
%0
%87
%6

Triadic Colors of #dbf01f

#dbf01f #1fdbf0 #f01fdb

Analogous Colors of #dbf01f

#dbf01f #73f01f #f09d1f

Monochromatic Colors of #dbf01f

#dbf01f

Complementary Color

#dbf01f #341ff0

#dbf01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf01f Color CSS Codes

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

#dbf01f Text Font Color

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

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


#dbf01f Background Color

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

This div background color is #dbf01f


#dbf01f Border Color

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

This div border color is #dbf01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf01f


Comments

No comments written yet.

Please login to write comment.