Color Hex Logo

#daaeaa Color Hex

#DAAEAA
(218,174,170)
0 Favorites   0 Comments

Color spaces of #daaeaa

RGB 218174170
HSL0.010.390.76
HSV22°85°
CMYK 0.000.200.22   0.15
XYZ51.305248.079844.6065
Yxy48.07980.35630.3339
Hunter Lab69.339610.730010.3962
CIE-Lab74.875215.40578.1417

#daaeaa color RGB value is (218,174,170).

#daaeaa hex color red value is 218, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #daaeaa hue: 0.01 , saturation: 0.39 and the lightness value of daaeaa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 10101010
Octal 332 256 252
Decimal 218 174 170
Hex DA AE AA

RGB Percentages of Color #daaeaa

%38.79
%30.96
%30.25

CMYK Percentages of Color #daaeaa

%0
%20
%22
%15

Triadic Colors of #daaeaa

#daaeaa #aadaae #aeaada

Analogous Colors of #daaeaa

#daaeaa #dac6aa #daaabe

Monochromatic Colors of #daaeaa

#daaeaa

Complementary Color

#daaeaa #aad6da

#daaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaeaa Color CSS Codes

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

#daaeaa Text Font Color

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

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


#daaeaa Background Color

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

This div background color is #daaeaa


#daaeaa Border Color

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

This div border color is #daaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaeaa


Comments

No comments written yet.

Please login to write comment.