Color Hex Logo

#dac984 Color Hex

#DAC984
(218,201,132)
0 Favorites   0 Comments

Color spaces of #dac984

RGB 218201132
HSL0.130.540.69
HSV48°39°85°
CMYK 0.000.080.39   0.15
XYZ53.964958.344730.2472
Yxy58.34470.37860.4093
Hunter Lab76.3837-7.561729.9903
CIE-Lab80.9301-3.775936.6224

#dac984 color RGB value is (218,201,132).

#dac984 hex color red value is 218, green value is 201 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dac984 hue: 0.13 , saturation: 0.54 and the lightness value of dac984 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 10000100
Octal 332 311 204
Decimal 218 201 132
Hex DA C9 84

RGB Percentages of Color #dac984

%39.56
%36.48
%23.96

CMYK Percentages of Color #dac984

%0
%8
%39
%15

Triadic Colors of #dac984

#dac984 #84dac9 #c984da

Analogous Colors of #dac984

#dac984 #c0da84 #da9e84

Monochromatic Colors of #dac984

#dac984

Complementary Color

#dac984 #8495da

#dac984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac984 Color CSS Codes

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

#dac984 Text Font Color

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

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


#dac984 Background Color

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

This div background color is #dac984


#dac984 Border Color

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

This div border color is #dac984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac984


Comments

No comments written yet.

Please login to write comment.