Color Hex Logo

#a5a810 Color Hex

#A5A810
(165,168,16)
0 Favorites   0 Comments

Color spaces of #a5a810

RGB 16516816
HSL0.170.830.36
HSV61°90°66°
CMYK 0.020.000.90   0.34
XYZ29.613236.04205.8862
Yxy36.04200.41390.5038
Hunter Lab60.0350-17.013336.2113
CIE-Lab66.5520-16.864666.7079

#a5a810 color RGB value is (165,168,16).

#a5a810 hex color red value is 165, green value is 168 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a5a810 hue: 0.17 , saturation: 0.83 and the lightness value of a5a810 is 0.36.

The process color (four color CMYK) of #a5a810 color hex is 0.02, 0.00, 0.90, 0.34. Web safe color of #a5a810 is #999900. Color #a5a810 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101000 00010000
Octal 245 250 20
Decimal 165 168 16
Hex A5 A8 10

RGB Percentages of Color #a5a810

%47.28
%48.14
%4.58

CMYK Percentages of Color #a5a810

%2
%0
%90
%34

Triadic Colors of #a5a810

#a5a810 #10a5a8 #a810a5

Analogous Colors of #a5a810

#a5a810 #59a810 #a85f10

Monochromatic Colors of #a5a810

#a5a810

Complementary Color

#a5a810 #1310a8

#a5a810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5a810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5a810 Color CSS Codes

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

#a5a810 Text Font Color

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

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


#a5a810 Background Color

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

This div background color is #a5a810


#a5a810 Border Color

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

This div border color is #a5a810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5a810


Comments

No comments written yet.

Please login to write comment.