Color Hex Logo

#daac92 Color Hex

#DAAC92
(218,172,146)
0 Favorites   0 Comments

Color spaces of #daac92

RGB 218172146
HSL0.060.490.71
HSV22°33°85°
CMYK 0.000.210.33   0.15
XYZ48.854346.485833.5919
Yxy46.48580.37890.3605
Hunter Lab68.18058.587218.5147
CIE-Lab73.859713.194419.7891

#daac92 color RGB value is (218,172,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 10010010
Octal 332 254 222
Decimal 218 172 146
Hex DA AC 92

RGB Percentages of Color #daac92

%40.67
%32.09
%27.24

CMYK Percentages of Color #daac92

%0
%21
%33
%15

Triadic Colors of #daac92

#daac92 #92daac #ac92da

Analogous Colors of #daac92

#daac92 #dad092 #da929c

Monochromatic Colors of #daac92

#daac92

Complementary Color

#daac92 #92c0da

#daac92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac92 Color CSS Codes

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

#daac92 Text Font Color

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

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


#daac92 Background Color

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

This div background color is #daac92


#daac92 Border Color

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

This div border color is #daac92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac92


Comments

No comments written yet.

Please login to write comment.