Color Hex Logo

#daad8a Color Hex

#DAAD8A
(218,173,138)
0 Favorites   0 Comments

Color spaces of #daad8a

RGB 218173138
HSL0.070.520.70
HSV26°37°85°
CMYK 0.000.210.37   0.15
XYZ48.444546.627530.4915
Yxy46.62750.38580.3713
Hunter Lab68.28437.139721.3238
CIE-Lab73.950911.678324.2390

#daad8a color RGB value is (218,173,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10001010
Octal 332 255 212
Decimal 218 173 138
Hex DA AD 8A

RGB Percentages of Color #daad8a

%41.21
%32.70
%26.09

CMYK Percentages of Color #daad8a

%0
%21
%37
%15

Triadic Colors of #daad8a

#daad8a #8adaad #ad8ada

Analogous Colors of #daad8a

#daad8a #dad58a #da8a8f

Monochromatic Colors of #daad8a

#daad8a

Complementary Color

#daad8a #8ab7da

#daad8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad8a Color CSS Codes

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

#daad8a Text Font Color

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

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


#daad8a Background Color

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

This div background color is #daad8a


#daad8a Border Color

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

This div border color is #daad8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad8a


Comments

No comments written yet.

Please login to write comment.