Color Hex Logo

#dbeb6f Color Hex

#DBEB6F
(219,235,111)
0 Favorites   0 Comments

Color spaces of #dbeb6f

RGB 219235111
HSL0.190.760.68
HSV68°53°92°
CMYK 0.070.000.53   0.08
XYZ61.791075.624426.3792
Yxy75.62440.37720.4617
Hunter Lab86.9623-25.350942.8885
CIE-Lab89.6847-22.393457.5348

#dbeb6f color RGB value is (219,235,111).

#dbeb6f hex color red value is 219, green value is 235 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dbeb6f hue: 0.19 , saturation: 0.76 and the lightness value of dbeb6f is 0.68.

The process color (four color CMYK) of #dbeb6f color hex is 0.07, 0.00, 0.53, 0.08. Web safe color of #dbeb6f is #ccff66. Color #dbeb6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 01101111
Octal 333 353 157
Decimal 219 235 111
Hex DB EB 6F

RGB Percentages of Color #dbeb6f

%38.76
%41.59
%19.65

CMYK Percentages of Color #dbeb6f

%7
%0
%53
%8

Triadic Colors of #dbeb6f

#dbeb6f #6fdbeb #eb6fdb

Analogous Colors of #dbeb6f

#dbeb6f #9deb6f #ebbd6f

Monochromatic Colors of #dbeb6f

#dbeb6f

Complementary Color

#dbeb6f #7f6feb

#dbeb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb6f Color CSS Codes

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

#dbeb6f Text Font Color

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

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


#dbeb6f Background Color

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

This div background color is #dbeb6f


#dbeb6f Border Color

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

This div border color is #dbeb6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,235,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 #dbeb6f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb6f


Comments

No comments written yet.

Please login to write comment.