Color Hex Logo

#dbe70b Color Hex

#DBE70B
(219,231,11)
0 Favorites   0 Comments

Color spaces of #dbe70b

RGB 21923111
HSL0.180.910.47
HSV63°95°91°
CMYK 0.050.000.95   0.09
XYZ57.849772.236111.2106
Yxy72.23610.40940.5112
Hunter Lab84.9918-27.239651.6738
CIE-Lab88.0821-24.898185.7131

#dbe70b color RGB value is (219,231,11).

#dbe70b hex color red value is 219, green value is 231 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dbe70b hue: 0.18 , saturation: 0.91 and the lightness value of dbe70b is 0.47.

The process color (four color CMYK) of #dbe70b color hex is 0.05, 0.00, 0.95, 0.09. Web safe color of #dbe70b is #ccff00. Color #dbe70b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 00001011
Octal 333 347 13
Decimal 219 231 11
Hex DB E7 B

RGB Percentages of Color #dbe70b

%47.51
%50.11
%2.39

CMYK Percentages of Color #dbe70b

%5
%0
%95
%9

Triadic Colors of #dbe70b

#dbe70b #0bdbe7 #e70bdb

Analogous Colors of #dbe70b

#dbe70b #6de70b #e7850b

Monochromatic Colors of #dbe70b

#dbe70b

Complementary Color

#dbe70b #170be7

#dbe70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe70b Color CSS Codes

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

#dbe70b Text Font Color

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

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


#dbe70b Background Color

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

This div background color is #dbe70b


#dbe70b Border Color

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

This div border color is #dbe70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe70b


Comments

No comments written yet.

Please login to write comment.