Color Hex Logo

#dbbf5e Color Hex

#DBBF5E
(219,191,94)
0 Favorites   0 Comments

Color spaces of #dbbf5e

RGB 21919194
HSL0.130.630.61
HSV47°57°86°
CMYK 0.000.130.57   0.14
XYZ49.864653.129818.2166
Yxy53.12980.41140.4383
Hunter Lab72.8902-5.445036.2055
CIE-Lab77.9516-1.701051.7810

#dbbf5e color RGB value is (219,191,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 01011110
Octal 333 277 136
Decimal 219 191 94
Hex DB BF 5E

RGB Percentages of Color #dbbf5e

%43.45
%37.90
%18.65

CMYK Percentages of Color #dbbf5e

%0
%13
%57
%14

Triadic Colors of #dbbf5e

#dbbf5e #5edbbf #bf5edb

Analogous Colors of #dbbf5e

#dbbf5e #b9db5e #db815e

Monochromatic Colors of #dbbf5e

#dbbf5e

Complementary Color

#dbbf5e #5e7adb

#dbbf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbf5e Color CSS Codes

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

#dbbf5e Text Font Color

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

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


#dbbf5e Background Color

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

This div background color is #dbbf5e


#dbbf5e Border Color

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

This div border color is #dbbf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbf5e


Comments

No comments written yet.

Please login to write comment.