Color Hex Logo

#dbad7e Color Hex

#DBAD7E
(219,173,126)
0 Favorites   0 Comments

Color spaces of #dbad7e

RGB 219173126
HSL0.080.560.68
HSV30°42°86°
CMYK 0.000.210.42   0.14
XYZ47.922946.453626.1793
Yxy46.45360.39750.3853
Hunter Lab68.15696.233524.9363
CIE-Lab73.838910.722230.5303

#dbad7e color RGB value is (219,173,126).

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

The process color (four color CMYK) of #dbad7e color hex is 0.00, 0.21, 0.42, 0.14. Web safe color of #dbad7e is #cc9966. Color #dbad7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 01111110
Octal 333 255 176
Decimal 219 173 126
Hex DB AD 7E

RGB Percentages of Color #dbad7e

%42.28
%33.40
%24.32

CMYK Percentages of Color #dbad7e

%0
%21
%42
%14

Triadic Colors of #dbad7e

#dbad7e #7edbad #ad7edb

Analogous Colors of #dbad7e

#dbad7e #dbdb7e #db7f7e

Monochromatic Colors of #dbad7e

#dbad7e

Complementary Color

#dbad7e #7eacdb

#dbad7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbad7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbad7e Color CSS Codes

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

#dbad7e Text Font Color

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

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


#dbad7e Background Color

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

This div background color is #dbad7e


#dbad7e Border Color

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

This div border color is #dbad7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbad7e


Comments

No comments written yet.

Please login to write comment.