Color Hex Logo

#dba084 Color Hex

#DBA084
(219,160,132)
0 Favorites   0 Comments

Color spaces of #dba084

RGB 219160132
HSL0.050.550.69
HSV19°40°86°
CMYK 0.000.270.40   0.14
XYZ45.949141.867627.4893
Yxy41.86760.39850.3631
Hunter Lab64.705213.524220.1049
CIE-Lab70.779518.368823.2148

#dba084 color RGB value is (219,160,132).

#dba084 hex color red value is 219, green value is 160 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dba084 hue: 0.05 , saturation: 0.55 and the lightness value of dba084 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 10000100
Octal 333 240 204
Decimal 219 160 132
Hex DB A0 84

RGB Percentages of Color #dba084

%42.86
%31.31
%25.83

CMYK Percentages of Color #dba084

%0
%27
%40
%14

Triadic Colors of #dba084

#dba084 #84dba0 #a084db

Analogous Colors of #dba084

#dba084 #dbcc84 #db8494

Monochromatic Colors of #dba084

#dba084

Complementary Color

#dba084 #84bfdb

#dba084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba084 Color CSS Codes

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

#dba084 Text Font Color

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

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


#dba084 Background Color

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

This div background color is #dba084


#dba084 Border Color

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

This div border color is #dba084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba084

#dba084 Color Palettes


Comments

No comments written yet.

Please login to write comment.