Color Hex Logo

#daac9e Color Hex

#DAAC9E
(218,172,158)
0 Favorites   0 Comments

Color spaces of #daac9e

RGB 218172158
HSL0.040.450.74
HSV14°28°85°
CMYK 0.000.210.28   0.15
XYZ49.837546.879138.7696
Yxy46.87910.36780.3460
Hunter Lab68.468310.109114.3554
CIE-Lab74.112414.774213.6105

#daac9e color RGB value is (218,172,158).

#daac9e hex color red value is 218, green value is 172 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #daac9e hue: 0.04 , saturation: 0.45 and the lightness value of daac9e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 10011110
Octal 332 254 236
Decimal 218 172 158
Hex DA AC 9E

RGB Percentages of Color #daac9e

%39.78
%31.39
%28.83

CMYK Percentages of Color #daac9e

%0
%21
%28
%15

Triadic Colors of #daac9e

#daac9e #9edaac #ac9eda

Analogous Colors of #daac9e

#daac9e #daca9e #da9eae

Monochromatic Colors of #daac9e

#daac9e

Complementary Color

#daac9e #9eccda

#daac9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac9e Color CSS Codes

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

#daac9e Text Font Color

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

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


#daac9e Background Color

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

This div background color is #daac9e


#daac9e Border Color

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

This div border color is #daac9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac9e


Comments

No comments written yet.

Please login to write comment.