Color Hex Logo

#dac580 Color Hex

#DAC580
(218,197,128)
0 Favorites   0 Comments

Color spaces of #dac580

RGB 218197128
HSL0.130.550.68
HSV46°41°85°
CMYK 0.000.100.41   0.15
XYZ52.776056.396428.5261
Yxy56.39640.38330.4096
Hunter Lab75.0975-5.976930.0467
CIE-Lab79.8389-2.135737.2648

#dac580 color RGB value is (218,197,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 10000000
Octal 332 305 200
Decimal 218 197 128
Hex DA C5 80

RGB Percentages of Color #dac580

%40.15
%36.28
%23.57

CMYK Percentages of Color #dac580

%0
%10
%41
%15

Triadic Colors of #dac580

#dac580 #80dac5 #c580da

Analogous Colors of #dac580

#dac580 #c2da80 #da9880

Monochromatic Colors of #dac580

#dac580

Complementary Color

#dac580 #8095da

#dac580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac580 Color CSS Codes

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

#dac580 Text Font Color

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

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


#dac580 Background Color

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

This div background color is #dac580


#dac580 Border Color

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

This div border color is #dac580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac580


Comments

No comments written yet.

Please login to write comment.