Color Hex Logo

#dba08b Color Hex

#DBA08B
(219,160,139)
0 Favorites   0 Comments

Color spaces of #dba08b

RGB 219160139
HSL0.040.530.70
HSV16°37°86°
CMYK 0.000.270.37   0.14
XYZ46.444442.065830.0977
Yxy42.06580.39160.3547
Hunter Lab64.858214.320617.8869
CIE-Lab70.916319.184519.5726

#dba08b color RGB value is (219,160,139).

#dba08b hex color red value is 219, green value is 160 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dba08b hue: 0.04 , saturation: 0.53 and the lightness value of dba08b is 0.70.

The process color (four color CMYK) of #dba08b color hex is 0.00, 0.27, 0.37, 0.14. Web safe color of #dba08b is #cc9999. Color #dba08b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 10001011
Octal 333 240 213
Decimal 219 160 139
Hex DB A0 8B

RGB Percentages of Color #dba08b

%42.28
%30.89
%26.83

CMYK Percentages of Color #dba08b

%0
%27
%37
%14

Triadic Colors of #dba08b

#dba08b #8bdba0 #a08bdb

Analogous Colors of #dba08b

#dba08b #dbc88b #db8b9e

Monochromatic Colors of #dba08b

#dba08b

Complementary Color

#dba08b #8bc6db

#dba08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba08b Color CSS Codes

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

#dba08b Text Font Color

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

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


#dba08b Background Color

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

This div background color is #dba08b


#dba08b Border Color

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

This div border color is #dba08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba08b


Comments

No comments written yet.

Please login to write comment.