Color Hex Logo

#daa894 Color Hex

#DAA894
(218,168,148)
0 Favorites   0 Comments

Color spaces of #daa894

RGB 218168148
HSL0.050.490.72
HSV17°32°85°
CMYK 0.000.230.32   0.15
XYZ48.261445.048834.1686
Yxy45.04880.37860.3534
Hunter Lab67.118410.893016.7996
CIE-Lab72.924015.600517.4070

#daa894 color RGB value is (218,168,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 10010100
Octal 332 250 224
Decimal 218 168 148
Hex DA A8 94

RGB Percentages of Color #daa894

%40.82
%31.46
%27.72

CMYK Percentages of Color #daa894

%0
%23
%32
%15

Triadic Colors of #daa894

#daa894 #94daa8 #a894da

Analogous Colors of #daa894

#daa894 #dacb94 #da94a3

Monochromatic Colors of #daa894

#daa894

Complementary Color

#daa894 #94c6da

#daa894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa894 Color CSS Codes

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

#daa894 Text Font Color

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

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


#daa894 Background Color

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

This div background color is #daa894


#daa894 Border Color

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

This div border color is #daa894


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,168,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 #daa894">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa894


Comments

No comments written yet.

Please login to write comment.