Color Hex Logo

#dad893 Color Hex

#DAD893
(218,216,147)
0 Favorites   0 Comments

Color spaces of #dad893

RGB 218216147
HSL0.160.490.72
HSV58°33°85°
CMYK 0.000.010.33   0.15
XYZ58.735866.123737.2712
Yxy66.12370.36230.4078
Hunter Lab81.3165-13.371329.7461
CIE-Lab85.0595-9.717034.3351

#dad893 color RGB value is (218,216,147).

#dad893 hex color red value is 218, green value is 216 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dad893 hue: 0.16 , saturation: 0.49 and the lightness value of dad893 is 0.72.

The process color (four color CMYK) of #dad893 color hex is 0.00, 0.01, 0.33, 0.15. Web safe color of #dad893 is #cccc99. Color #dad893 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 10010011
Octal 332 330 223
Decimal 218 216 147
Hex DA D8 93

RGB Percentages of Color #dad893

%37.52
%37.18
%25.30

CMYK Percentages of Color #dad893

%0
%1
%33
%15

Triadic Colors of #dad893

#dad893 #93dad8 #d893da

Analogous Colors of #dad893

#dad893 #b9da93 #dab593

Monochromatic Colors of #dad893

#dad893

Complementary Color

#dad893 #9395da

#dad893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad893 Color CSS Codes

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

#dad893 Text Font Color

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

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


#dad893 Background Color

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

This div background color is #dad893


#dad893 Border Color

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

This div border color is #dad893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad893


Comments

No comments written yet.

Please login to write comment.