Color Hex Logo

#daad8d Color Hex

#DAAD8D
(218,173,141)
0 Favorites   0 Comments

Color spaces of #daad8d

RGB 218173141
HSL0.070.510.70
HSV25°35°85°
CMYK 0.000.210.35   0.15
XYZ48.664746.715731.6514
Yxy46.71570.38310.3677
Hunter Lab68.34897.482220.3879
CIE-Lab74.007612.038222.6981

#daad8d color RGB value is (218,173,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10001101
Octal 332 255 215
Decimal 218 173 141
Hex DA AD 8D

RGB Percentages of Color #daad8d

%40.98
%32.52
%26.50

CMYK Percentages of Color #daad8d

%0
%21
%35
%15

Triadic Colors of #daad8d

#daad8d #8ddaad #ad8dda

Analogous Colors of #daad8d

#daad8d #dad48d #da8d94

Monochromatic Colors of #daad8d

#daad8d

Complementary Color

#daad8d #8dbada

#daad8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad8d Color CSS Codes

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

#daad8d Text Font Color

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

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


#daad8d Background Color

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

This div background color is #daad8d


#daad8d Border Color

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

This div border color is #daad8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad8d


Comments

No comments written yet.

Please login to write comment.