Color Hex Logo

#dac7a7 Color Hex

#DAC7A7
(218,199,167)
0 Favorites   0 Comments

Color spaces of #dac7a7

RGB 218199167
HSL0.100.410.75
HSV38°23°85°
CMYK 0.000.090.23   0.15
XYZ56.311958.542344.8911
Yxy58.54230.35250.3665
Hunter Lab76.5129-2.525418.7729
CIE-Lab81.03941.670118.4543

#dac7a7 color RGB value is (218,199,167).

#dac7a7 hex color red value is 218, green value is 199 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dac7a7 hue: 0.10 , saturation: 0.41 and the lightness value of dac7a7 is 0.75.

The process color (four color CMYK) of #dac7a7 color hex is 0.00, 0.09, 0.23, 0.15. Web safe color of #dac7a7 is #cccc99. Color #dac7a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 10100111
Octal 332 307 247
Decimal 218 199 167
Hex DA C7 A7

RGB Percentages of Color #dac7a7

%37.33
%34.08
%28.60

CMYK Percentages of Color #dac7a7

%0
%9
%23
%15

Triadic Colors of #dac7a7

#dac7a7 #a7dac7 #c7a7da

Analogous Colors of #dac7a7

#dac7a7 #d4daa7 #daaea7

Monochromatic Colors of #dac7a7

#dac7a7

Complementary Color

#dac7a7 #a7bada

#dac7a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac7a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac7a7 Color CSS Codes

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

#dac7a7 Text Font Color

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

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


#dac7a7 Background Color

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

This div background color is #dac7a7


#dac7a7 Border Color

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

This div border color is #dac7a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac7a7

#dac7a7 Color Palettes


Comments

No comments written yet.

Please login to write comment.