Color Hex Logo

#adaa10 Color Hex

#ADAA10
(173,170,16)
0 Favorites   0 Comments

Color spaces of #adaa10

RGB 17317016
HSL0.160.830.37
HSV59°91°68°
CMYK 0.000.020.91   0.32
XYZ31.701837.67116.0906
Yxy37.67110.42010.4992
Hunter Lab61.3768-15.212137.0802
CIE-Lab67.7775-14.358367.9554

#adaa10 color RGB value is (173,170,16).

#adaa10 hex color red value is 173, green value is 170 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #adaa10 hue: 0.16 , saturation: 0.83 and the lightness value of adaa10 is 0.37.

The process color (four color CMYK) of #adaa10 color hex is 0.00, 0.02, 0.91, 0.32. Web safe color of #adaa10 is #999900. Color #adaa10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 00010000
Octal 255 252 20
Decimal 173 170 16
Hex AD AA 10

RGB Percentages of Color #adaa10

%48.19
%47.35
%4.46

CMYK Percentages of Color #adaa10

%0
%2
%91
%32

Triadic Colors of #adaa10

#adaa10 #10adaa #aa10ad

Analogous Colors of #adaa10

#adaa10 #61ad10 #ad5c10

Monochromatic Colors of #adaa10

#adaa10

Complementary Color

#adaa10 #1013ad

#adaa10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa10 Color CSS Codes

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

#adaa10 Text Font Color

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

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


#adaa10 Background Color

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

This div background color is #adaa10


#adaa10 Border Color

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

This div border color is #adaa10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa10


Comments

No comments written yet.

Please login to write comment.