Color Hex Logo

#dbbe5e Color Hex

#DBBE5E
(219,190,94)
0 Favorites   0 Comments

Color spaces of #dbbe5e

RGB 21919094
HSL0.130.630.61
HSV46°57°86°
CMYK 0.000.130.57   0.14
XYZ49.647352.695118.1442
Yxy52.69510.41210.4374
Hunter Lab72.5914-4.953735.9945
CIE-Lab77.6946-1.180251.4842

#dbbe5e color RGB value is (219,190,94).

#dbbe5e hex color red value is 219, green value is 190 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dbbe5e hue: 0.13 , saturation: 0.63 and the lightness value of dbbe5e is 0.61.

The process color (four color CMYK) of #dbbe5e color hex is 0.00, 0.13, 0.57, 0.14. Web safe color of #dbbe5e is #cccc66. Color #dbbe5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 01011110
Octal 333 276 136
Decimal 219 190 94
Hex DB BE 5E

RGB Percentages of Color #dbbe5e

%43.54
%37.77
%18.69

CMYK Percentages of Color #dbbe5e

%0
%13
%57
%14

Triadic Colors of #dbbe5e

#dbbe5e #5edbbe #be5edb

Analogous Colors of #dbbe5e

#dbbe5e #badb5e #db805e

Monochromatic Colors of #dbbe5e

#dbbe5e

Complementary Color

#dbbe5e #5e7bdb

#dbbe5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe5e Color CSS Codes

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

#dbbe5e Text Font Color

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

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


#dbbe5e Background Color

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

This div background color is #dbbe5e


#dbbe5e Border Color

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

This div border color is #dbbe5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe5e


Comments

No comments written yet.

Please login to write comment.