Color Hex Logo

#dbf13b Color Hex

#DBF13B
(219,241,59)
0 Favorites   0 Comments

Color spaces of #dbf13b

RGB 21924159
HSL0.190.870.59
HSV67°76°95°
CMYK 0.090.000.76   0.05
XYZ61.458178.286416.0093
Yxy78.28640.39460.5026
Hunter Lab88.4796-30.852951.2079
CIE-Lab90.9104-28.456178.7680

#dbf13b color RGB value is (219,241,59).

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

The process color (four color CMYK) of #dbf13b color hex is 0.09, 0.00, 0.76, 0.05. Web safe color of #dbf13b is #ccff33. Color #dbf13b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 00111011
Octal 333 361 73
Decimal 219 241 59
Hex DB F1 3B

RGB Percentages of Color #dbf13b

%42.20
%46.44
%11.37

CMYK Percentages of Color #dbf13b

%9
%0
%76
%5

Triadic Colors of #dbf13b

#dbf13b #3bdbf1 #f13bdb

Analogous Colors of #dbf13b

#dbf13b #80f13b #f1ac3b

Monochromatic Colors of #dbf13b

#dbf13b

Complementary Color

#dbf13b #513bf1

#dbf13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf13b Color CSS Codes

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

#dbf13b Text Font Color

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

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


#dbf13b Background Color

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

This div background color is #dbf13b


#dbf13b Border Color

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

This div border color is #dbf13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf13b


Comments

No comments written yet.

Please login to write comment.