Color Hex Logo

#dab9ac Color Hex

#DAB9AC
(218,185,172)
0 Favorites   0 Comments

Color spaces of #dab9ac

RGB 218185172
HSL0.050.380.76
HSV17°21°85°
CMYK 0.000.150.21   0.15
XYZ53.708852.581946.3483
Yxy52.58190.35190.3445
Hunter Lab72.51345.312012.8630
CIE-Lab77.62759.803310.9782

#dab9ac color RGB value is (218,185,172).

#dab9ac hex color red value is 218, green value is 185 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dab9ac hue: 0.05 , saturation: 0.38 and the lightness value of dab9ac is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 10101100
Octal 332 271 254
Decimal 218 185 172
Hex DA B9 AC

RGB Percentages of Color #dab9ac

%37.91
%32.17
%29.91

CMYK Percentages of Color #dab9ac

%0
%15
%21
%15

Triadic Colors of #dab9ac

#dab9ac #acdab9 #b9acda

Analogous Colors of #dab9ac

#dab9ac #dad0ac #daacb6

Monochromatic Colors of #dab9ac

#dab9ac

Complementary Color

#dab9ac #accdda

#dab9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab9ac Color CSS Codes

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

#dab9ac Text Font Color

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

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


#dab9ac Background Color

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

This div background color is #dab9ac


#dab9ac Border Color

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

This div border color is #dab9ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,185,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 #dab9ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab9ac


Comments

No comments written yet.

Please login to write comment.