Color Hex Logo

#dbac7e Color Hex

#DBAC7E
(219,172,126)
0 Favorites   0 Comments

Color spaces of #dbac7e

RGB 219172126
HSL0.080.560.68
HSV30°42°86°
CMYK 0.000.210.42   0.14
XYZ47.731846.071526.1156
Yxy46.07150.39800.3842
Hunter Lab67.87606.741924.7011
CIE-Lab73.591911.257230.2054

#dbac7e color RGB value is (219,172,126).

#dbac7e hex color red value is 219, green value is 172 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dbac7e hue: 0.08 , saturation: 0.56 and the lightness value of dbac7e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 01111110
Octal 333 254 176
Decimal 219 172 126
Hex DB AC 7E

RGB Percentages of Color #dbac7e

%42.36
%33.27
%24.37

CMYK Percentages of Color #dbac7e

%0
%21
%42
%14

Triadic Colors of #dbac7e

#dbac7e #7edbac #ac7edb

Analogous Colors of #dbac7e

#dbac7e #dbdb7e #db7e7f

Monochromatic Colors of #dbac7e

#dbac7e

Complementary Color

#dbac7e #7eaddb

#dbac7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac7e Color CSS Codes

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

#dbac7e Text Font Color

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

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


#dbac7e Background Color

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

This div background color is #dbac7e


#dbac7e Border Color

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

This div border color is #dbac7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac7e


Comments

No comments written yet.

Please login to write comment.