Color Hex Logo

#dbf139 Color Hex

#DBF139
(219,241,57)
0 Favorites   0 Comments

Color spaces of #dbf139

RGB 21924157
HSL0.190.870.58
HSV67°76°95°
CMYK 0.090.000.76   0.05
XYZ61.407278.266115.7413
Yxy78.26610.39510.5036
Hunter Lab88.4681-30.919451.3781
CIE-Lab90.9012-28.535779.3444

#dbf139 color RGB value is (219,241,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 00111001
Octal 333 361 71
Decimal 219 241 57
Hex DB F1 39

RGB Percentages of Color #dbf139

%42.36
%46.62
%11.03

CMYK Percentages of Color #dbf139

%9
%0
%76
%5

Triadic Colors of #dbf139

#dbf139 #39dbf1 #f139db

Analogous Colors of #dbf139

#dbf139 #7ff139 #f1ab39

Monochromatic Colors of #dbf139

#dbf139

Complementary Color

#dbf139 #4f39f1

#dbf139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf139 Color CSS Codes

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

#dbf139 Text Font Color

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

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


#dbf139 Background Color

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

This div background color is #dbf139


#dbf139 Border Color

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

This div border color is #dbf139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf139


Comments

No comments written yet.

Please login to write comment.