Color Hex Logo

#dac6a3 Color Hex

#DAC6A3
(218,198,163)
0 Favorites   0 Comments

Color spaces of #dac6a3

RGB 218198163
HSL0.110.430.75
HSV38°25°85°
CMYK 0.000.090.25   0.15
XYZ55.718457.937942.8968
Yxy57.93790.35590.3701
Hunter Lab76.1169-2.540819.8681
CIE-Lab80.70431.634020.1143

#dac6a3 color RGB value is (218,198,163).

#dac6a3 hex color red value is 218, green value is 198 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #dac6a3 hue: 0.11 , saturation: 0.43 and the lightness value of dac6a3 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 10100011
Octal 332 306 243
Decimal 218 198 163
Hex DA C6 A3

RGB Percentages of Color #dac6a3

%37.65
%34.20
%28.15

CMYK Percentages of Color #dac6a3

%0
%9
%25
%15

Triadic Colors of #dac6a3

#dac6a3 #a3dac6 #c6a3da

Analogous Colors of #dac6a3

#dac6a3 #d3daa3 #daaba3

Monochromatic Colors of #dac6a3

#dac6a3

Complementary Color

#dac6a3 #a3b7da

#dac6a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac6a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac6a3 Color CSS Codes

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

#dac6a3 Text Font Color

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

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


#dac6a3 Background Color

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

This div background color is #dac6a3


#dac6a3 Border Color

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

This div border color is #dac6a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac6a3


Comments

No comments written yet.

Please login to write comment.