Color Hex Logo

#daaab0 Color Hex

#DAAAB0
(218,170,176)
0 Favorites   0 Comments

Color spaces of #daaab0

RGB 218170176
HSL0.980.390.76
HSV353°22°85°
CMYK 0.000.220.19   0.15
XYZ51.124646.789547.4110
Yxy46.78950.35180.3220
Hunter Lab68.402913.70676.7872
CIE-Lab74.054918.46333.6774

#daaab0 color RGB value is (218,170,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 10110000
Octal 332 252 260
Decimal 218 170 176
Hex DA AA B0

RGB Percentages of Color #daaab0

%38.65
%30.14
%31.21

CMYK Percentages of Color #daaab0

%0
%22
%19
%15

Triadic Colors of #daaab0

#daaab0 #b0daaa #aab0da

Analogous Colors of #daaab0

#daaab0 #dabcaa #daaac8

Monochromatic Colors of #daaab0

#daaab0

Complementary Color

#daaab0 #aadad4

#daaab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaab0 Color CSS Codes

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

#daaab0 Text Font Color

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

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


#daaab0 Background Color

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

This div background color is #daaab0


#daaab0 Border Color

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

This div border color is #daaab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaab0


Comments

No comments written yet.

Please login to write comment.