Color Hex Logo

#dba79e Color Hex

#DBA79E
(219,167,158)
0 Favorites   0 Comments

Color spaces of #dba79e

RGB 219167158
HSL0.020.460.74
HSV28°86°
CMYK 0.000.240.28   0.14
XYZ49.203745.166138.4724
Yxy45.16610.37040.3400
Hunter Lab67.205713.076213.1030
CIE-Lab73.001117.847512.0577

#dba79e color RGB value is (219,167,158).

#dba79e hex color red value is 219, green value is 167 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dba79e hue: 0.02 , saturation: 0.46 and the lightness value of dba79e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 10011110
Octal 333 247 236
Decimal 219 167 158
Hex DB A7 9E

RGB Percentages of Color #dba79e

%40.26
%30.70
%29.04

CMYK Percentages of Color #dba79e

%0
%24
%28
%14

Triadic Colors of #dba79e

#dba79e #9edba7 #a79edb

Analogous Colors of #dba79e

#dba79e #dbc69e #db9eb4

Monochromatic Colors of #dba79e

#dba79e

Complementary Color

#dba79e #9ed2db

#dba79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba79e Color CSS Codes

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

#dba79e Text Font Color

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

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


#dba79e Background Color

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

This div background color is #dba79e


#dba79e Border Color

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

This div border color is #dba79e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba79e

#dba79e Color Palettes


Comments

No comments written yet.

Please login to write comment.