Color Hex Logo

#dac894 Color Hex

#DAC894
(218,200,148)
0 Favorites   0 Comments

Color spaces of #dac894

RGB 218200148
HSL0.120.490.72
HSV45°32°85°
CMYK 0.000.080.32   0.15
XYZ54.913058.352136.3858
Yxy58.35210.36690.3899
Hunter Lab76.3885-5.362725.2307
CIE-Lab80.9342-1.383028.3392

#dac894 color RGB value is (218,200,148).

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

The process color (four color CMYK) of #dac894 color hex is 0.00, 0.08, 0.32, 0.15. Web safe color of #dac894 is #cccc99. Color #dac894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001000 10010100
Octal 332 310 224
Decimal 218 200 148
Hex DA C8 94

RGB Percentages of Color #dac894

%38.52
%35.34
%26.15

CMYK Percentages of Color #dac894

%0
%8
%32
%15

Triadic Colors of #dac894

#dac894 #94dac8 #c894da

Analogous Colors of #dac894

#dac894 #c9da94 #daa594

Monochromatic Colors of #dac894

#dac894

Complementary Color

#dac894 #94a6da

#dac894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac894 Color CSS Codes

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

#dac894 Text Font Color

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

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


#dac894 Background Color

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

This div background color is #dac894


#dac894 Border Color

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

This div border color is #dac894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac894


Comments

No comments written yet.

Please login to write comment.