Color Hex Logo

#daad8c Color Hex

#DAAD8C
(218,173,140)
0 Favorites   0 Comments

Color spaces of #daad8c

RGB 218173140
HSL0.070.510.70
HSV25°36°85°
CMYK 0.000.210.36   0.15
XYZ48.590646.686031.2612
Yxy46.68600.38400.3689
Hunter Lab68.32727.367120.7025
CIE-Lab73.988511.917323.2119

#daad8c color RGB value is (218,173,140).

#daad8c hex color red value is 218, green value is 173 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #daad8c hue: 0.07 , saturation: 0.51 and the lightness value of daad8c is 0.70.

The process color (four color CMYK) of #daad8c color hex is 0.00, 0.21, 0.36, 0.15. Web safe color of #daad8c is #cc9999. Color #daad8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10001100
Octal 332 255 214
Decimal 218 173 140
Hex DA AD 8C

RGB Percentages of Color #daad8c

%41.05
%32.58
%26.37

CMYK Percentages of Color #daad8c

%0
%21
%36
%15

Triadic Colors of #daad8c

#daad8c #8cdaad #ad8cda

Analogous Colors of #daad8c

#daad8c #dad48c #da8c92

Monochromatic Colors of #daad8c

#daad8c

Complementary Color

#daad8c #8cb9da

#daad8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad8c Color CSS Codes

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

#daad8c Text Font Color

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

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


#daad8c Background Color

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

This div background color is #daad8c


#daad8c Border Color

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

This div border color is #daad8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad8c


Comments

No comments written yet.

Please login to write comment.