Color Hex Logo

#daaab8 Color Hex

#DAAAB8
(218,170,184)
0 Favorites   0 Comments

Color spaces of #daaab8

RGB 218170184
HSL0.950.390.76
HSV343°22°85°
CMYK 0.000.220.16   0.15
XYZ51.939947.115651.7041
Yxy47.11560.34450.3125
Hunter Lab68.640814.94803.3880
CIE-Lab74.263719.7137-0.4067

#daaab8 color RGB value is (218,170,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 10111000
Octal 332 252 270
Decimal 218 170 184
Hex DA AA B8

RGB Percentages of Color #daaab8

%38.11
%29.72
%32.17

CMYK Percentages of Color #daaab8

%0
%22
%16
%15

Triadic Colors of #daaab8

#daaab8 #b8daaa #aab8da

Analogous Colors of #daaab8

#daaab8 #dab4aa #daaad0

Monochromatic Colors of #daaab8

#daaab8

Complementary Color

#daaab8 #aadacc

#daaab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaab8 Color CSS Codes

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

#daaab8 Text Font Color

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

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


#daaab8 Background Color

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

This div background color is #daaab8


#daaab8 Border Color

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

This div border color is #daaab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaab8


Comments

No comments written yet.

Please login to write comment.