Color Hex Logo

#daa78f Color Hex

#DAA78F
(218,167,143)
0 Favorites   0 Comments

Color spaces of #daa78f

RGB 218167143
HSL0.050.500.71
HSV19°34°85°
CMYK 0.000.230.34   0.15
XYZ47.690144.526032.0674
Yxy44.52600.38370.3583
Hunter Lab66.727810.799618.2165
CIE-Lab72.578715.508819.6566

#daa78f color RGB value is (218,167,143).

#daa78f hex color red value is 218, green value is 167 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #daa78f hue: 0.05 , saturation: 0.50 and the lightness value of daa78f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 10001111
Octal 332 247 217
Decimal 218 167 143
Hex DA A7 8F

RGB Percentages of Color #daa78f

%41.29
%31.63
%27.08

CMYK Percentages of Color #daa78f

%0
%23
%34
%15

Triadic Colors of #daa78f

#daa78f #8fdaa7 #a78fda

Analogous Colors of #daa78f

#daa78f #dacd8f #da8f9d

Monochromatic Colors of #daa78f

#daa78f

Complementary Color

#daa78f #8fc2da

#daa78f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa78f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa78f Color CSS Codes

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

#daa78f Text Font Color

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

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


#daa78f Background Color

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

This div background color is #daa78f


#daa78f Border Color

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

This div border color is #daa78f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa78f


Comments

No comments written yet.

Please login to write comment.