Color Hex Logo

#dbe10f Color Hex

#DBE10F
(219,225,15)
0 Favorites   0 Comments

Color spaces of #dbe10f

RGB 21922515
HSL0.170.880.47
HSV62°93°88°
CMYK 0.030.000.93   0.12
XYZ56.224968.945010.7963
Yxy68.94500.41350.5071
Hunter Lab83.0331-24.438850.4141
CIE-Lab86.4768-21.983584.1146

#dbe10f color RGB value is (219,225,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 00001111
Octal 333 341 17
Decimal 219 225 15
Hex DB E1 F

RGB Percentages of Color #dbe10f

%47.71
%49.02
%3.27

CMYK Percentages of Color #dbe10f

%3
%0
%93
%12

Triadic Colors of #dbe10f

#dbe10f #0fdbe1 #e10fdb

Analogous Colors of #dbe10f

#dbe10f #72e10f #e17e0f

Monochromatic Colors of #dbe10f

#dbe10f

Complementary Color

#dbe10f #150fe1

#dbe10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe10f Color CSS Codes

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

#dbe10f Text Font Color

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

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


#dbe10f Background Color

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

This div background color is #dbe10f


#dbe10f Border Color

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

This div border color is #dbe10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe10f


Comments

No comments written yet.

Please login to write comment.