Color Hex Logo

#dbe119 Color Hex

#DBE119
(219,225,25)
0 Favorites   0 Comments

Color spaces of #dbe119

RGB 21922525
HSL0.170.800.49
HSV62°89°88°
CMYK 0.030.000.89   0.12
XYZ56.314168.980711.2662
Yxy68.98070.41240.5051
Hunter Lab83.0546-24.316050.0957
CIE-Lab86.4945-21.837982.8211

#dbe119 color RGB value is (219,225,25).

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

The process color (four color CMYK) of #dbe119 color hex is 0.03, 0.00, 0.89, 0.12. Web safe color of #dbe119 is #cccc00. Color #dbe119 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 00011001
Octal 333 341 31
Decimal 219 225 25
Hex DB E1 19

RGB Percentages of Color #dbe119

%46.70
%47.97
%5.33

CMYK Percentages of Color #dbe119

%3
%0
%89
%12

Triadic Colors of #dbe119

#dbe119 #19dbe1 #e119db

Analogous Colors of #dbe119

#dbe119 #77e119 #e18319

Monochromatic Colors of #dbe119

#dbe119

Complementary Color

#dbe119 #1f19e1

#dbe119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe119 Color CSS Codes

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

#dbe119 Text Font Color

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

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


#dbe119 Background Color

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

This div background color is #dbe119


#dbe119 Border Color

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

This div border color is #dbe119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe119


Comments

No comments written yet.

Please login to write comment.