Color Hex Logo

#dba39e Color Hex

#DBA39E
(219,163,158)
0 Favorites   0 Comments

Color spaces of #dba39e

RGB 219163158
HSL0.010.460.74
HSV28°86°
CMYK 0.000.260.28   0.14
XYZ48.482243.723138.2319
Yxy43.72310.37170.3352
Hunter Lab66.123415.161512.0055
CIE-Lab72.043020.005310.7011

#dba39e color RGB value is (219,163,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 10011110
Octal 333 243 236
Decimal 219 163 158
Hex DB A3 9E

RGB Percentages of Color #dba39e

%40.56
%30.19
%29.26

CMYK Percentages of Color #dba39e

%0
%26
%28
%14

Triadic Colors of #dba39e

#dba39e #9edba3 #a39edb

Analogous Colors of #dba39e

#dba39e #dbc29e #db9eb8

Monochromatic Colors of #dba39e

#dba39e

Complementary Color

#dba39e #9ed6db

#dba39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba39e Color CSS Codes

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

#dba39e Text Font Color

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

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


#dba39e Background Color

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

This div background color is #dba39e


#dba39e Border Color

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

This div border color is #dba39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba39e


Comments

No comments written yet.

Please login to write comment.