Color Hex Logo

#dbb3ad Color Hex

#DBB3AD
(219,179,173)
0 Favorites   0 Comments

Color spaces of #dbb3ad

RGB 219179173
HSL0.020.390.77
HSV21°86°
CMYK 0.000.180.21   0.14
XYZ52.876350.317446.4605
Yxy50.31740.35330.3362
Hunter Lab70.93488.921910.8209
CIE-Lab76.263713.53498.5055

#dbb3ad color RGB value is (219,179,173).

#dbb3ad hex color red value is 219, green value is 179 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dbb3ad hue: 0.02 , saturation: 0.39 and the lightness value of dbb3ad is 0.77.

The process color (four color CMYK) of #dbb3ad color hex is 0.00, 0.18, 0.21, 0.14. Web safe color of #dbb3ad is #cccc99. Color #dbb3ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 10101101
Octal 333 263 255
Decimal 219 179 173
Hex DB B3 AD

RGB Percentages of Color #dbb3ad

%38.35
%31.35
%30.30

CMYK Percentages of Color #dbb3ad

%0
%18
%21
%14

Triadic Colors of #dbb3ad

#dbb3ad #addbb3 #b3addb

Analogous Colors of #dbb3ad

#dbb3ad #dbcaad #dbadbe

Monochromatic Colors of #dbb3ad

#dbb3ad

Complementary Color

#dbb3ad #add5db

#dbb3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb3ad Color CSS Codes

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

#dbb3ad Text Font Color

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

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


#dbb3ad Background Color

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

This div background color is #dbb3ad


#dbb3ad Border Color

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

This div border color is #dbb3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb3ad


Comments

No comments written yet.

Please login to write comment.