Color Hex Logo

#dba49e Color Hex

#DBA49E
(219,164,158)
0 Favorites   0 Comments

Color spaces of #dba49e

RGB 219164158
HSL0.020.460.74
HSV28°86°
CMYK 0.000.250.28   0.14
XYZ48.660444.079638.2913
Yxy44.07960.37140.3364
Hunter Lab66.392514.639512.2797
CIE-Lab72.281719.465511.0395

#dba49e color RGB value is (219,164,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 10011110
Octal 333 244 236
Decimal 219 164 158
Hex DB A4 9E

RGB Percentages of Color #dba49e

%40.48
%30.31
%29.21

CMYK Percentages of Color #dba49e

%0
%25
%28
%14

Triadic Colors of #dba49e

#dba49e #9edba4 #a49edb

Analogous Colors of #dba49e

#dba49e #dbc39e #db9eb7

Monochromatic Colors of #dba49e

#dba49e

Complementary Color

#dba49e #9ed5db

#dba49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba49e Color CSS Codes

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

#dba49e Text Font Color

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

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


#dba49e Background Color

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

This div background color is #dba49e


#dba49e Border Color

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

This div border color is #dba49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba49e


Comments

No comments written yet.

Please login to write comment.