Color Hex Logo

#dba08c Color Hex

#DBA08C
(219,160,140)
0 Favorites   0 Comments

Color spaces of #dba08c

RGB 219160140
HSL0.040.520.70
HSV15°36°86°
CMYK 0.000.270.36   0.14
XYZ46.517842.095130.4844
Yxy42.09510.39060.3535
Hunter Lab64.880714.438617.5589
CIE-Lab70.936419.304919.0518

#dba08c color RGB value is (219,160,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 10001100
Octal 333 240 214
Decimal 219 160 140
Hex DB A0 8C

RGB Percentages of Color #dba08c

%42.20
%30.83
%26.97

CMYK Percentages of Color #dba08c

%0
%27
%36
%14

Triadic Colors of #dba08c

#dba08c #8cdba0 #a08cdb

Analogous Colors of #dba08c

#dba08c #dbc88c #db8ca0

Monochromatic Colors of #dba08c

#dba08c

Complementary Color

#dba08c #8cc7db

#dba08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba08c Color CSS Codes

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

#dba08c Text Font Color

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

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


#dba08c Background Color

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

This div background color is #dba08c


#dba08c Border Color

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

This div border color is #dba08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba08c


Comments

No comments written yet.

Please login to write comment.