Color Hex Logo

#dac8ae Color Hex

#DAC8AE
(218,200,174)
0 Favorites   0 Comments

Color spaces of #dac8ae

RGB 218200174
HSL0.100.370.77
HSV35°20°85°
CMYK 0.000.080.20   0.15
XYZ57.207759.270048.4695
Yxy59.27000.34680.3593
Hunter Lab76.9870-2.087016.5631
CIE-Lab81.43982.159315.2901

#dac8ae color RGB value is (218,200,174).

#dac8ae hex color red value is 218, green value is 200 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dac8ae hue: 0.10 , saturation: 0.37 and the lightness value of dac8ae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001000 10101110
Octal 332 310 256
Decimal 218 200 174
Hex DA C8 AE

RGB Percentages of Color #dac8ae

%36.82
%33.78
%29.39

CMYK Percentages of Color #dac8ae

%0
%8
%20
%15

Triadic Colors of #dac8ae

#dac8ae #aedac8 #c8aeda

Analogous Colors of #dac8ae

#dac8ae #d6daae #dab2ae

Monochromatic Colors of #dac8ae

#dac8ae

Complementary Color

#dac8ae #aec0da

#dac8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac8ae Color CSS Codes

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

#dac8ae Text Font Color

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

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


#dac8ae Background Color

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

This div background color is #dac8ae


#dac8ae Border Color

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

This div border color is #dac8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac8ae


Comments

No comments written yet.

Please login to write comment.