Color Hex Logo

#dbe10e Color Hex

#DBE10E
(219,225,14)
0 Favorites   0 Comments

Color spaces of #dbe10e

RGB 21922514
HSL0.170.880.47
HSV62°94°88°
CMYK 0.030.000.94   0.12
XYZ56.217968.942210.7596
Yxy68.94220.41360.5072
Hunter Lab83.0314-24.448450.4389
CIE-Lab86.4754-21.994984.2172

#dbe10e color RGB value is (219,225,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 00001110
Octal 333 341 16
Decimal 219 225 14
Hex DB E1 E

RGB Percentages of Color #dbe10e

%47.82
%49.13
%3.06

CMYK Percentages of Color #dbe10e

%3
%0
%94
%12

Triadic Colors of #dbe10e

#dbe10e #0edbe1 #e10edb

Analogous Colors of #dbe10e

#dbe10e #72e10e #e17e0e

Monochromatic Colors of #dbe10e

#dbe10e

Complementary Color

#dbe10e #140ee1

#dbe10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe10e Color CSS Codes

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

#dbe10e Text Font Color

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

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


#dbe10e Background Color

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

This div background color is #dbe10e


#dbe10e Border Color

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

This div border color is #dbe10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe10e


Comments

No comments written yet.

Please login to write comment.