Color Hex Logo

#daac50 Color Hex

#DAAC50
(218,172,80)
0 Favorites   0 Comments

Color spaces of #daac50

RGB 21817280
HSL0.110.650.58
HSV40°63°85°
CMYK 0.000.210.63   0.15
XYZ45.113944.989713.8955
Yxy44.98970.43380.4326
Hunter Lab67.07442.678134.6692
CIE-Lab72.88516.900952.5567

#daac50 color RGB value is (218,172,80).

#daac50 hex color red value is 218, green value is 172 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #daac50 hue: 0.11 , saturation: 0.65 and the lightness value of daac50 is 0.58.

The process color (four color CMYK) of #daac50 color hex is 0.00, 0.21, 0.63, 0.15. Web safe color of #daac50 is #cc9966. Color #daac50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 01010000
Octal 332 254 120
Decimal 218 172 80
Hex DA AC 50

RGB Percentages of Color #daac50

%46.38
%36.60
%17.02

CMYK Percentages of Color #daac50

%0
%21
%63
%15

Triadic Colors of #daac50

#daac50 #50daac #ac50da

Analogous Colors of #daac50

#daac50 #c3da50 #da6750

Monochromatic Colors of #daac50

#daac50

Complementary Color

#daac50 #507eda

#daac50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac50 Color CSS Codes

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

#daac50 Text Font Color

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

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


#daac50 Background Color

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

This div background color is #daac50


#daac50 Border Color

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

This div border color is #daac50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac50


Comments

No comments written yet.

Please login to write comment.