Color Hex Logo

#dac982 Color Hex

#DAC982
(218,201,130)
0 Favorites   0 Comments

Color spaces of #dac982

RGB 218201130
HSL0.130.540.68
HSV48°40°85°
CMYK 0.000.080.40   0.15
XYZ53.829458.290429.5332
Yxy58.29040.38000.4115
Hunter Lab76.3481-7.757530.5090
CIE-Lab80.9000-3.993137.6056

#dac982 color RGB value is (218,201,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 10000010
Octal 332 311 202
Decimal 218 201 130
Hex DA C9 82

RGB Percentages of Color #dac982

%39.71
%36.61
%23.68

CMYK Percentages of Color #dac982

%0
%8
%40
%15

Triadic Colors of #dac982

#dac982 #82dac9 #c982da

Analogous Colors of #dac982

#dac982 #bfda82 #da9d82

Monochromatic Colors of #dac982

#dac982

Complementary Color

#dac982 #8293da

#dac982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac982 Color CSS Codes

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

#dac982 Text Font Color

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

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


#dac982 Background Color

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

This div background color is #dac982


#dac982 Border Color

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

This div border color is #dac982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac982


Comments

No comments written yet.

Please login to write comment.