Color Hex Logo

#dba78e Color Hex

#DBA78E
(219,167,142)
0 Favorites   0 Comments

Color spaces of #dba78e

RGB 219167142
HSL0.050.520.71
HSV19°35°86°
CMYK 0.000.240.35   0.14
XYZ47.914644.650531.6842
Yxy44.65050.38560.3594
Hunter Lab66.821011.058218.6615
CIE-Lab72.661215.775720.3310

#dba78e color RGB value is (219,167,142).

#dba78e hex color red value is 219, green value is 167 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dba78e hue: 0.05 , saturation: 0.52 and the lightness value of dba78e is 0.71.

The process color (four color CMYK) of #dba78e color hex is 0.00, 0.24, 0.35, 0.14. Web safe color of #dba78e is #cc9999. Color #dba78e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 10001110
Octal 333 247 216
Decimal 219 167 142
Hex DB A7 8E

RGB Percentages of Color #dba78e

%41.48
%31.63
%26.89

CMYK Percentages of Color #dba78e

%0
%24
%35
%14

Triadic Colors of #dba78e

#dba78e #8edba7 #a78edb

Analogous Colors of #dba78e

#dba78e #dbce8e #db8e9c

Monochromatic Colors of #dba78e

#dba78e

Complementary Color

#dba78e #8ec2db

#dba78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba78e Color CSS Codes

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

#dba78e Text Font Color

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

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


#dba78e Background Color

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

This div background color is #dba78e


#dba78e Border Color

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

This div border color is #dba78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba78e


Comments

No comments written yet.

Please login to write comment.