Color Hex Logo

#daac10 Color Hex

#DAAC10
(218,172,16)
0 Favorites   0 Comments

Color spaces of #daac10

RGB 21817216
HSL0.130.860.46
HSV46°93°85°
CMYK 0.000.210.93   0.15
XYZ43.759544.44796.7631
Yxy44.44790.46080.4680
Hunter Lab66.66930.490340.6540
CIE-Lab72.52694.502373.4264

#daac10 color RGB value is (218,172,16).

#daac10 hex color red value is 218, green value is 172 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #daac10 hue: 0.13 , saturation: 0.86 and the lightness value of daac10 is 0.46.

The process color (four color CMYK) of #daac10 color hex is 0.00, 0.21, 0.93, 0.15. Web safe color of #daac10 is #cc9900. Color #daac10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 00010000
Octal 332 254 20
Decimal 218 172 16
Hex DA AC 10

RGB Percentages of Color #daac10

%53.69
%42.36
%3.94

CMYK Percentages of Color #daac10

%0
%21
%93
%15

Triadic Colors of #daac10

#daac10 #10daac #ac10da

Analogous Colors of #daac10

#daac10 #a3da10 #da4710

Monochromatic Colors of #daac10

#daac10

Complementary Color

#daac10 #103eda

#daac10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac10 Color CSS Codes

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

#daac10 Text Font Color

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

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


#daac10 Background Color

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

This div background color is #daac10


#daac10 Border Color

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

This div border color is #daac10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac10


Comments

No comments written yet.

Please login to write comment.