Color Hex Logo

#dbad85 Color Hex

#DBAD85
(219,173,133)
0 Favorites   0 Comments

Color spaces of #dbad85

RGB 219173133
HSL0.080.540.69
HSV28°39°86°
CMYK 0.000.210.39   0.14
XYZ48.390646.640728.6424
Yxy46.64070.39130.3771
Hunter Lab68.29406.964022.9397
CIE-Lab73.959411.493526.9540

#dbad85 color RGB value is (219,173,133).

#dbad85 hex color red value is 219, green value is 173 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dbad85 hue: 0.08 , saturation: 0.54 and the lightness value of dbad85 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10000101
Octal 333 255 205
Decimal 219 173 133
Hex DB AD 85

RGB Percentages of Color #dbad85

%41.71
%32.95
%25.33

CMYK Percentages of Color #dbad85

%0
%21
%39
%14

Triadic Colors of #dbad85

#dbad85 #85dbad #ad85db

Analogous Colors of #dbad85

#dbad85 #dbd885 #db8588

Monochromatic Colors of #dbad85

#dbad85

Complementary Color

#dbad85 #85b3db

#dbad85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbad85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbad85 Color CSS Codes

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

#dbad85 Text Font Color

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

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


#dbad85 Background Color

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

This div background color is #dbad85


#dbad85 Border Color

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

This div border color is #dbad85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbad85


Comments

No comments written yet.

Please login to write comment.