Color Hex Logo

#dbbaac Color Hex

#DBBAAC
(219,186,172)
0 Favorites   0 Comments

Color spaces of #dbbaac

RGB 219186172
HSL0.050.390.77
HSV18°21°86°
CMYK 0.000.150.21   0.14
XYZ54.218753.156446.4323
Yxy53.15640.35250.3456
Hunter Lab72.90845.152613.2766
CIE-Lab77.96729.642811.4731

#dbbaac color RGB value is (219,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 10101100
Octal 333 272 254
Decimal 219 186 172
Hex DB BA AC

RGB Percentages of Color #dbbaac

%37.95
%32.24
%29.81

CMYK Percentages of Color #dbbaac

%0
%15
%21
%14

Triadic Colors of #dbbaac

#dbbaac #acdbba #baacdb

Analogous Colors of #dbbaac

#dbbaac #dbd2ac #dbacb6

Monochromatic Colors of #dbbaac

#dbbaac

Complementary Color

#dbbaac #accddb

#dbbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbaac Color CSS Codes

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

#dbbaac Text Font Color

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

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


#dbbaac Background Color

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

This div background color is #dbbaac


#dbbaac Border Color

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

This div border color is #dbbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbaac


Comments

No comments written yet.

Please login to write comment.