Color Hex Logo

#dbad9d Color Hex

#DBAD9D
(219,173,157)
0 Favorites   0 Comments

Color spaces of #dbad9d

RGB 219173157
HSL0.040.460.74
HSV15°28°86°
CMYK 0.000.210.28   0.14
XYZ50.242847.381538.3958
Yxy47.38150.36940.3483
Hunter Lab68.83429.829115.1119
CIE-Lab74.433114.481614.6206

#dbad9d color RGB value is (219,173,157).

#dbad9d hex color red value is 219, green value is 173 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dbad9d hue: 0.04 , saturation: 0.46 and the lightness value of dbad9d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10011101
Octal 333 255 235
Decimal 219 173 157
Hex DB AD 9D

RGB Percentages of Color #dbad9d

%39.89
%31.51
%28.60

CMYK Percentages of Color #dbad9d

%0
%21
%28
%14

Triadic Colors of #dbad9d

#dbad9d #9ddbad #ad9ddb

Analogous Colors of #dbad9d

#dbad9d #dbcc9d #db9dac

Monochromatic Colors of #dbad9d

#dbad9d

Complementary Color

#dbad9d #9dcbdb

#dbad9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbad9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbad9d Color CSS Codes

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

#dbad9d Text Font Color

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

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


#dbad9d Background Color

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

This div background color is #dbad9d


#dbad9d Border Color

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

This div border color is #dbad9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbad9d


Comments

No comments written yet.

Please login to write comment.