Color Hex Logo

#daa1ae Color Hex

#DAA1AE
(218,161,174)
0 Favorites   0 Comments

Color spaces of #daa1ae

RGB 218161174
HSL0.960.440.74
HSV346°26°85°
CMYK 0.000.260.20   0.15
XYZ49.298343.451245.8330
Yxy43.45120.35570.3135
Hunter Lab65.917518.14064.9174
CIE-Lab71.860123.02271.5941

#daa1ae color RGB value is (218,161,174).

#daa1ae hex color red value is 218, green value is 161 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #daa1ae hue: 0.96 , saturation: 0.44 and the lightness value of daa1ae is 0.74.

The process color (four color CMYK) of #daa1ae color hex is 0.00, 0.26, 0.20, 0.15. Web safe color of #daa1ae is #cc9999. Color #daa1ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 10101110
Octal 332 241 256
Decimal 218 161 174
Hex DA A1 AE

RGB Percentages of Color #daa1ae

%39.42
%29.11
%31.46

CMYK Percentages of Color #daa1ae

%0
%26
%20
%15

Triadic Colors of #daa1ae

#daa1ae #aedaa1 #a1aeda

Analogous Colors of #daa1ae

#daa1ae #dab1a1 #daa1cb

Monochromatic Colors of #daa1ae

#daa1ae

Complementary Color

#daa1ae #a1dacd

#daa1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa1ae Color CSS Codes

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

#daa1ae Text Font Color

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

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


#daa1ae Background Color

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

This div background color is #daa1ae


#daa1ae Border Color

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

This div border color is #daa1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa1ae


Comments

No comments written yet.

Please login to write comment.