Color Hex Logo

#dac780 Color Hex

#DAC780
(218,199,128)
0 Favorites   0 Comments

Color spaces of #dac780

RGB 218199128
HSL0.130.550.68
HSV47°41°85°
CMYK 0.000.090.41   0.15
XYZ53.233157.310828.6785
Yxy57.31080.38240.4116
Hunter Lab75.7039-6.965130.5322
CIE-Lab80.3541-3.173337.9255

#dac780 color RGB value is (218,199,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 10000000
Octal 332 307 200
Decimal 218 199 128
Hex DA C7 80

RGB Percentages of Color #dac780

%40.00
%36.51
%23.49

CMYK Percentages of Color #dac780

%0
%9
%41
%15

Triadic Colors of #dac780

#dac780 #80dac7 #c780da

Analogous Colors of #dac780

#dac780 #c0da80 #da9a80

Monochromatic Colors of #dac780

#dac780

Complementary Color

#dac780 #8093da

#dac780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac780 Color CSS Codes

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

#dac780 Text Font Color

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

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


#dac780 Background Color

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

This div background color is #dac780


#dac780 Border Color

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

This div border color is #dac780


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,199,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 #dac780">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac780


Comments

No comments written yet.

Please login to write comment.