Color Hex Logo

#daaaaf Color Hex

#DAAAAF
(218,170,175)
0 Favorites   0 Comments

Color spaces of #daaaaf

RGB 218170175
HSL0.980.390.76
HSV354°22°85°
CMYK 0.000.220.20   0.15
XYZ51.026046.750046.8917
Yxy46.75000.35270.3232
Hunter Lab68.374013.55627.2000
CIE-Lab74.029618.31094.1892

#daaaaf color RGB value is (218,170,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 10101111
Octal 332 252 257
Decimal 218 170 175
Hex DA AA AF

RGB Percentages of Color #daaaaf

%38.72
%30.20
%31.08

CMYK Percentages of Color #daaaaf

%0
%22
%20
%15

Triadic Colors of #daaaaf

#daaaaf #afdaaa #aaafda

Analogous Colors of #daaaaf

#daaaaf #dabdaa #daaac7

Monochromatic Colors of #daaaaf

#daaaaf

Complementary Color

#daaaaf #aadad5

#daaaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaaaf Color CSS Codes

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

#daaaaf Text Font Color

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

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


#daaaaf Background Color

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

This div background color is #daaaaf


#daaaaf Border Color

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

This div border color is #daaaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaaaf


Comments

No comments written yet.

Please login to write comment.