Color Hex Logo

#daa9ce Color Hex

#DAA9CE
(218,169,206)
0 Favorites   0 Comments

Color spaces of #daa9ce

RGB 218169206
HSL0.870.400.76
HSV315°22°85°
CMYK 0.000.220.06   0.15
XYZ54.242047.737664.7479
Yxy47.73760.32530.2863
Hunter Lab69.092419.2223-7.1972
CIE-Lab74.659123.9614-11.8754

#daa9ce color RGB value is (218,169,206).

#daa9ce hex color red value is 218, green value is 169 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #daa9ce hue: 0.87 , saturation: 0.40 and the lightness value of daa9ce is 0.76.

The process color (four color CMYK) of #daa9ce color hex is 0.00, 0.22, 0.06, 0.15. Web safe color of #daa9ce is #cc99cc. Color #daa9ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 11001110
Octal 332 251 316
Decimal 218 169 206
Hex DA A9 CE

RGB Percentages of Color #daa9ce

%36.76
%28.50
%34.74

CMYK Percentages of Color #daa9ce

%0
%22
%6
%15

Triadic Colors of #daa9ce

#daa9ce #cedaa9 #a9ceda

Analogous Colors of #daa9ce

#daa9ce #daa9b6 #cea9da

Monochromatic Colors of #daa9ce

#daa9ce

Complementary Color

#daa9ce #a9dab5

#daa9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa9ce Color CSS Codes

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

#daa9ce Text Font Color

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

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


#daa9ce Background Color

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

This div background color is #daa9ce


#daa9ce Border Color

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

This div border color is #daa9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa9ce


Comments

No comments written yet.

Please login to write comment.