Color Hex Logo

#dbba7e Color Hex

#DBBA7E
(219,186,126)
0 Favorites   0 Comments

Color spaces of #dbba7e

RGB 219186126
HSL0.110.560.68
HSV39°42°86°
CMYK 0.000.150.42   0.14
XYZ50.538251.684227.0511
Yxy51.68420.39090.3998
Hunter Lab71.8917-0.329228.0148
CIE-Lab77.09163.813434.7730

#dbba7e color RGB value is (219,186,126).

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

The process color (four color CMYK) of #dbba7e color hex is 0.00, 0.15, 0.42, 0.14. Web safe color of #dbba7e is #cccc66. Color #dbba7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 01111110
Octal 333 272 176
Decimal 219 186 126
Hex DB BA 7E

RGB Percentages of Color #dbba7e

%41.24
%35.03
%23.73

CMYK Percentages of Color #dbba7e

%0
%15
%42
%14

Triadic Colors of #dbba7e

#dbba7e #7edbba #ba7edb

Analogous Colors of #dbba7e

#dbba7e #cedb7e #db8c7e

Monochromatic Colors of #dbba7e

#dbba7e

Complementary Color

#dbba7e #7e9fdb

#dbba7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbba7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbba7e Color CSS Codes

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

#dbba7e Text Font Color

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

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


#dbba7e Background Color

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

This div background color is #dbba7e


#dbba7e Border Color

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

This div border color is #dbba7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbba7e


Comments

No comments written yet.

Please login to write comment.