Color Hex Logo

#daaabd Color Hex

#DAAABD
(218,170,189)
0 Favorites   0 Comments

Color spaces of #daaabd

RGB 218170189
HSL0.930.390.76
HSV336°22°85°
CMYK 0.000.220.13   0.15
XYZ52.473547.329054.5139
Yxy47.32900.34000.3067
Hunter Lab68.796115.75591.1760
CIE-Lab74.399720.5223-2.9489

#daaabd color RGB value is (218,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 10111101
Octal 332 252 275
Decimal 218 170 189
Hex DA AA BD

RGB Percentages of Color #daaabd

%37.78
%29.46
%32.76

CMYK Percentages of Color #daaabd

%0
%22
%13
%15

Triadic Colors of #daaabd

#daaabd #bddaaa #aabdda

Analogous Colors of #daaabd

#daaabd #daafaa #daaad5

Monochromatic Colors of #daaabd

#daaabd

Complementary Color

#daaabd #aadac7

#daaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaabd Color CSS Codes

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

#daaabd Text Font Color

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

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


#daaabd Background Color

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

This div background color is #daaabd


#daaabd Border Color

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

This div border color is #daaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaabd


Comments

No comments written yet.

Please login to write comment.