Color Hex Logo

#dbac5e Color Hex

#DBAC5E
(219,172,94)
0 Favorites   0 Comments

Color spaces of #dbac5e

RGB 21917294
HSL0.100.630.61
HSV37°57°86°
CMYK 0.000.210.57   0.14
XYZ45.986345.373316.9239
Yxy45.37330.42470.4190
Hunter Lab67.35973.982032.2554
CIE-Lab73.13708.313146.1511

#dbac5e color RGB value is (219,172,94).

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

The process color (four color CMYK) of #dbac5e color hex is 0.00, 0.21, 0.57, 0.14. Web safe color of #dbac5e is #cc9966. Color #dbac5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 01011110
Octal 333 254 136
Decimal 219 172 94
Hex DB AC 5E

RGB Percentages of Color #dbac5e

%45.15
%35.46
%19.38

CMYK Percentages of Color #dbac5e

%0
%21
%57
%14

Triadic Colors of #dbac5e

#dbac5e #5edbac #ac5edb

Analogous Colors of #dbac5e

#dbac5e #ccdb5e #db6e5e

Monochromatic Colors of #dbac5e

#dbac5e

Complementary Color

#dbac5e #5e8ddb

#dbac5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac5e Color CSS Codes

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

#dbac5e Text Font Color

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

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


#dbac5e Background Color

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

This div background color is #dbac5e


#dbac5e Border Color

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

This div border color is #dbac5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac5e


Comments

No comments written yet.

Please login to write comment.