Color Hex Logo

#dba87e Color Hex

#DBA87E
(219,168,126)
0 Favorites   0 Comments

Color spaces of #dba87e

RGB 219168126
HSL0.080.560.68
HSV27°42°86°
CMYK 0.000.230.42   0.14
XYZ46.981944.571725.8656
Yxy44.57170.40010.3796
Hunter Lab66.76208.780823.7627
CIE-Lab72.609013.401728.9085

#dba87e color RGB value is (219,168,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 01111110
Octal 333 250 176
Decimal 219 168 126
Hex DB A8 7E

RGB Percentages of Color #dba87e

%42.69
%32.75
%24.56

CMYK Percentages of Color #dba87e

%0
%23
%42
%14

Triadic Colors of #dba87e

#dba87e #7edba8 #a87edb

Analogous Colors of #dba87e

#dba87e #dbd77e #db7e83

Monochromatic Colors of #dba87e

#dba87e

Complementary Color

#dba87e #7eb1db

#dba87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba87e Color CSS Codes

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

#dba87e Text Font Color

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

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


#dba87e Background Color

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

This div background color is #dba87e


#dba87e Border Color

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

This div border color is #dba87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba87e


Comments

No comments written yet.

Please login to write comment.