Color Hex Logo

#dbac82 Color Hex

#DBAC82
(219,172,130)
0 Favorites   0 Comments

Color spaces of #dbac82

RGB 219172130
HSL0.080.550.68
HSV28°41°86°
CMYK 0.000.210.41   0.14
XYZ47.995246.176827.5025
Yxy46.17680.39450.3795
Hunter Lab67.95357.154923.5713
CIE-Lab73.660111.692928.1611

#dbac82 color RGB value is (219,172,130).

#dbac82 hex color red value is 219, green value is 172 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dbac82 hue: 0.08 , saturation: 0.55 and the lightness value of dbac82 is 0.68.

The process color (four color CMYK) of #dbac82 color hex is 0.00, 0.21, 0.41, 0.14. Web safe color of #dbac82 is #cc9999. Color #dbac82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 10000010
Octal 333 254 202
Decimal 219 172 130
Hex DB AC 82

RGB Percentages of Color #dbac82

%42.03
%33.01
%24.95

CMYK Percentages of Color #dbac82

%0
%21
%41
%14

Triadic Colors of #dbac82

#dbac82 #82dbac #ac82db

Analogous Colors of #dbac82

#dbac82 #dbd982 #db8285

Monochromatic Colors of #dbac82

#dbac82

Complementary Color

#dbac82 #82b1db

#dbac82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac82 Color CSS Codes

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

#dbac82 Text Font Color

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

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


#dbac82 Background Color

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

This div background color is #dbac82


#dbac82 Border Color

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

This div border color is #dbac82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac82


Comments

No comments written yet.

Please login to write comment.