Color Hex Logo

#dbe16f Color Hex

#DBE16F
(219,225,111)
0 Favorites   0 Comments

Color spaces of #dbe16f

RGB 219225111
HSL0.180.660.66
HSV63°51°88°
CMYK 0.030.000.51   0.12
XYZ59.007970.058225.4515
Yxy70.05820.38190.4534
Hunter Lab83.7008-20.636340.5618
CIE-Lab87.0254-17.534254.4289

#dbe16f color RGB value is (219,225,111).

#dbe16f hex color red value is 219, green value is 225 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dbe16f hue: 0.18 , saturation: 0.66 and the lightness value of dbe16f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01101111
Octal 333 341 157
Decimal 219 225 111
Hex DB E1 6F

RGB Percentages of Color #dbe16f

%39.46
%40.54
%20.00

CMYK Percentages of Color #dbe16f

%3
%0
%51
%12

Triadic Colors of #dbe16f

#dbe16f #6fdbe1 #e16fdb

Analogous Colors of #dbe16f

#dbe16f #a2e16f #e1ae6f

Monochromatic Colors of #dbe16f

#dbe16f

Complementary Color

#dbe16f #756fe1

#dbe16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe16f Color CSS Codes

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

#dbe16f Text Font Color

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

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


#dbe16f Background Color

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

This div background color is #dbe16f


#dbe16f Border Color

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

This div border color is #dbe16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe16f


Comments

No comments written yet.

Please login to write comment.