Color Hex Logo

#dbe15f Color Hex

#DBE15F
(219,225,95)
0 Favorites   0 Comments

Color spaces of #dbe15f

RGB 21922595
HSL0.170.680.63
HSV63°58°88°
CMYK 0.030.000.58   0.12
XYZ58.204269.736721.2193
Yxy69.73670.39020.4675
Hunter Lab83.5085-21.728043.3905
CIE-Lab86.8676-18.799261.4035

#dbe15f color RGB value is (219,225,95).

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

The process color (four color CMYK) of #dbe15f color hex is 0.03, 0.00, 0.58, 0.12. Web safe color of #dbe15f is #cccc66. Color #dbe15f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01011111
Octal 333 341 137
Decimal 219 225 95
Hex DB E1 5F

RGB Percentages of Color #dbe15f

%40.63
%41.74
%17.63

CMYK Percentages of Color #dbe15f

%3
%0
%58
%12

Triadic Colors of #dbe15f

#dbe15f #5fdbe1 #e15fdb

Analogous Colors of #dbe15f

#dbe15f #9ae15f #e1a65f

Monochromatic Colors of #dbe15f

#dbe15f

Complementary Color

#dbe15f #655fe1

#dbe15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe15f Color CSS Codes

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

#dbe15f Text Font Color

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

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


#dbe15f Background Color

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

This div background color is #dbe15f


#dbe15f Border Color

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

This div border color is #dbe15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe15f


Comments

No comments written yet.

Please login to write comment.