Color Hex Logo

#dad991 Color Hex

#DAD991
(218,217,145)
0 Favorites   0 Comments

Color spaces of #dad991

RGB 218217145
HSL0.160.500.71
HSV59°33°85°
CMYK 0.000.000.33   0.15
XYZ58.837166.575536.5374
Yxy66.57550.36330.4111
Hunter Lab81.5938-14.073330.5658
CIE-Lab85.2891-10.462235.6553

#dad991 color RGB value is (218,217,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 10010001
Octal 332 331 221
Decimal 218 217 145
Hex DA D9 91

RGB Percentages of Color #dad991

%37.59
%37.41
%25.00

CMYK Percentages of Color #dad991

%0
%0
%33
%15

Triadic Colors of #dad991

#dad991 #91dad9 #d991da

Analogous Colors of #dad991

#dad991 #b7da91 #dab591

Monochromatic Colors of #dad991

#dad991

Complementary Color

#dad991 #9192da

#dad991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad991 Color CSS Codes

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

#dad991 Text Font Color

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

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


#dad991 Background Color

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

This div background color is #dad991


#dad991 Border Color

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

This div border color is #dad991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad991


Comments

No comments written yet.

Please login to write comment.