Color Hex Logo

#dbaa9e Color Hex

#DBAA9E
(219,170,158)
0 Favorites   0 Comments

Color spaces of #dbaa9e

RGB 219170158
HSL0.030.460.74
HSV12°28°86°
CMYK 0.000.220.28   0.14
XYZ49.759746.278138.6577
Yxy46.27810.36940.3436
Hunter Lab68.028011.516413.9274
CIE-Lab73.725616.231313.0802

#dbaa9e color RGB value is (219,170,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 10011110
Octal 333 252 236
Decimal 219 170 158
Hex DB AA 9E

RGB Percentages of Color #dbaa9e

%40.04
%31.08
%28.88

CMYK Percentages of Color #dbaa9e

%0
%22
%28
%14

Triadic Colors of #dbaa9e

#dbaa9e #9edbaa #aa9edb

Analogous Colors of #dbaa9e

#dbaa9e #dbc99e #db9eb1

Monochromatic Colors of #dbaa9e

#dbaa9e

Complementary Color

#dbaa9e #9ecfdb

#dbaa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa9e Color CSS Codes

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

#dbaa9e Text Font Color

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

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


#dbaa9e Background Color

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

This div background color is #dbaa9e


#dbaa9e Border Color

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

This div border color is #dbaa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa9e


Comments

No comments written yet.

Please login to write comment.