Color Hex Logo

#daa994 Color Hex

#DAA994
(218,169,148)
0 Favorites   0 Comments

Color spaces of #daa994

RGB 218169148
HSL0.050.490.72
HSV18°32°85°
CMYK 0.000.220.32   0.15
XYZ48.446745.419534.2304
Yxy45.41950.37820.3546
Hunter Lab67.394010.376617.0615
CIE-Lab73.167315.061917.7445

#daa994 color RGB value is (218,169,148).

#daa994 hex color red value is 218, green value is 169 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #daa994 hue: 0.05 , saturation: 0.49 and the lightness value of daa994 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 10010100
Octal 332 251 224
Decimal 218 169 148
Hex DA A9 94

RGB Percentages of Color #daa994

%40.75
%31.59
%27.66

CMYK Percentages of Color #daa994

%0
%22
%32
%15

Triadic Colors of #daa994

#daa994 #94daa9 #a994da

Analogous Colors of #daa994

#daa994 #dacc94 #da94a2

Monochromatic Colors of #daa994

#daa994

Complementary Color

#daa994 #94c5da

#daa994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa994 Color CSS Codes

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

#daa994 Text Font Color

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

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


#daa994 Background Color

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

This div background color is #daa994


#daa994 Border Color

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

This div border color is #daa994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa994


Comments

No comments written yet.

Please login to write comment.