Color Hex Logo

#daa7ae Color Hex

#DAA7AE
(218,167,174)
0 Favorites   0 Comments

Color spaces of #daa7ae

RGB 218167174
HSL0.980.410.75
HSV352°23°85°
CMYK 0.000.230.20   0.15
XYZ50.372145.598946.1910
Yxy45.59890.35430.3208
Hunter Lab67.527014.98096.7123
CIE-Lab73.284519.77913.6607

#daa7ae color RGB value is (218,167,174).

#daa7ae hex color red value is 218, green value is 167 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #daa7ae hue: 0.98 , saturation: 0.41 and the lightness value of daa7ae is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 10101110
Octal 332 247 256
Decimal 218 167 174
Hex DA A7 AE

RGB Percentages of Color #daa7ae

%39.00
%29.87
%31.13

CMYK Percentages of Color #daa7ae

%0
%23
%20
%15

Triadic Colors of #daa7ae

#daa7ae #aedaa7 #a7aeda

Analogous Colors of #daa7ae

#daa7ae #dabaa7 #daa7c8

Monochromatic Colors of #daa7ae

#daa7ae

Complementary Color

#daa7ae #a7dad3

#daa7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa7ae Color CSS Codes

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

#daa7ae Text Font Color

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

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


#daa7ae Background Color

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

This div background color is #daa7ae


#daa7ae Border Color

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

This div border color is #daa7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa7ae


Comments

No comments written yet.

Please login to write comment.