Color Hex Logo

#daac90 Color Hex

#DAAC90
(218,172,144)
0 Favorites   0 Comments

Color spaces of #daac90

RGB 218172144
HSL0.060.500.71
HSV23°34°85°
CMYK 0.000.210.34   0.15
XYZ48.700046.424132.7795
Yxy46.42410.38080.3630
Hunter Lab68.13528.347119.1706
CIE-Lab73.819912.943820.8189

#daac90 color RGB value is (218,172,144).

#daac90 hex color red value is 218, green value is 172 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #daac90 hue: 0.06 , saturation: 0.50 and the lightness value of daac90 is 0.71.

The process color (four color CMYK) of #daac90 color hex is 0.00, 0.21, 0.34, 0.15. Web safe color of #daac90 is #cc9999. Color #daac90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 10010000
Octal 332 254 220
Decimal 218 172 144
Hex DA AC 90

RGB Percentages of Color #daac90

%40.82
%32.21
%26.97

CMYK Percentages of Color #daac90

%0
%21
%34
%15

Triadic Colors of #daac90

#daac90 #90daac #ac90da

Analogous Colors of #daac90

#daac90 #dad190 #da9099

Monochromatic Colors of #daac90

#daac90

Complementary Color

#daac90 #90beda

#daac90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac90 Color CSS Codes

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

#daac90 Text Font Color

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

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


#daac90 Background Color

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

This div background color is #daac90


#daac90 Border Color

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

This div border color is #daac90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac90


Comments

No comments written yet.

Please login to write comment.