Color Hex Logo

#dbe11e Color Hex

#DBE11E
(219,225,30)
0 Favorites   0 Comments

Color spaces of #dbe11e

RGB 21922530
HSL0.170.760.50
HSV62°87°88°
CMYK 0.030.000.87   0.12
XYZ56.373069.004211.5763
Yxy69.00420.41160.5039
Hunter Lab83.0688-24.234849.8856
CIE-Lab86.5061-21.741781.9875

#dbe11e color RGB value is (219,225,30).

#dbe11e hex color red value is 219, green value is 225 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dbe11e hue: 0.17 , saturation: 0.76 and the lightness value of dbe11e is 0.50.

The process color (four color CMYK) of #dbe11e color hex is 0.03, 0.00, 0.87, 0.12. Web safe color of #dbe11e is #cccc33. Color #dbe11e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 00011110
Octal 333 341 36
Decimal 219 225 30
Hex DB E1 1E

RGB Percentages of Color #dbe11e

%46.20
%47.47
%6.33

CMYK Percentages of Color #dbe11e

%3
%0
%87
%12

Triadic Colors of #dbe11e

#dbe11e #1edbe1 #e11edb

Analogous Colors of #dbe11e

#dbe11e #7ae11e #e1861e

Monochromatic Colors of #dbe11e

#dbe11e

Complementary Color

#dbe11e #241ee1

#dbe11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe11e Color CSS Codes

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

#dbe11e Text Font Color

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

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


#dbe11e Background Color

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

This div background color is #dbe11e


#dbe11e Border Color

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

This div border color is #dbe11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe11e


Comments

No comments written yet.

Please login to write comment.