Color Hex Logo

#dac0ae Color Hex

#DAC0AE
(218,192,174)
0 Favorites   0 Comments

Color spaces of #dac0ae

RGB 218192174
HSL0.070.370.77
HSV25°20°85°
CMYK 0.000.120.20   0.15
XYZ55.403155.660747.8679
Yxy55.66070.34860.3502
Hunter Lab74.60611.994914.1833
CIE-Lab79.42036.377412.4427

#dac0ae color RGB value is (218,192,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 10101110
Octal 332 300 256
Decimal 218 192 174
Hex DA C0 AE

RGB Percentages of Color #dac0ae

%37.33
%32.88
%29.79

CMYK Percentages of Color #dac0ae

%0
%12
%20
%15

Triadic Colors of #dac0ae

#dac0ae #aedac0 #c0aeda

Analogous Colors of #dac0ae

#dac0ae #dad6ae #daaeb2

Monochromatic Colors of #dac0ae

#dac0ae

Complementary Color

#dac0ae #aec8da

#dac0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac0ae Color CSS Codes

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

#dac0ae Text Font Color

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

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


#dac0ae Background Color

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

This div background color is #dac0ae


#dac0ae Border Color

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

This div border color is #dac0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac0ae


Comments

No comments written yet.

Please login to write comment.