Color Hex Logo

#dbf73b Color Hex

#DBF73B
(219,247,59)
0 Favorites   0 Comments

Color spaces of #dbf73b

RGB 21924759
HSL0.190.920.60
HSV69°76°97°
CMYK 0.110.000.76   0.03
XYZ63.263681.897416.6111
Yxy81.89740.39110.5063
Hunter Lab90.4972-33.586652.4651
CIE-Lab92.5296-31.241980.2531

#dbf73b color RGB value is (219,247,59).

#dbf73b hex color red value is 219, green value is 247 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dbf73b hue: 0.19 , saturation: 0.92 and the lightness value of dbf73b is 0.60.

The process color (four color CMYK) of #dbf73b color hex is 0.11, 0.00, 0.76, 0.03. Web safe color of #dbf73b is #ccff33. Color #dbf73b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110111 00111011
Octal 333 367 73
Decimal 219 247 59
Hex DB F7 3B

RGB Percentages of Color #dbf73b

%41.71
%47.05
%11.24

CMYK Percentages of Color #dbf73b

%11
%0
%76
%3

Triadic Colors of #dbf73b

#dbf73b #3bdbf7 #f73bdb

Analogous Colors of #dbf73b

#dbf73b #7df73b #f7b53b

Monochromatic Colors of #dbf73b

#dbf73b

Complementary Color

#dbf73b #573bf7

#dbf73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf73b Color CSS Codes

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

#dbf73b Text Font Color

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

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


#dbf73b Background Color

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

This div background color is #dbf73b


#dbf73b Border Color

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

This div border color is #dbf73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf73b


Comments

No comments written yet.

Please login to write comment.