Color Hex Logo

#a5a81d Color Hex

#A5A81D
(165,168,29)
0 Favorites   0 Comments

Color spaces of #a5a81d

RGB 16516829
HSL0.170.710.39
HSV61°83°66°
CMYK 0.020.000.83   0.34
XYZ29.741536.09336.5616
Yxy36.09330.41080.4986
Hunter Lab60.0777-16.769435.5788
CIE-Lab66.5912-16.544563.9870

#a5a81d color RGB value is (165,168,29).

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

The process color (four color CMYK) of #a5a81d color hex is 0.02, 0.00, 0.83, 0.34. Web safe color of #a5a81d is #999933. Color #a5a81d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101000 00011101
Octal 245 250 35
Decimal 165 168 29
Hex A5 A8 1D

RGB Percentages of Color #a5a81d

%45.58
%46.41
%8.01

CMYK Percentages of Color #a5a81d

%2
%0
%83
%34

Triadic Colors of #a5a81d

#a5a81d #1da5a8 #a81da5

Analogous Colors of #a5a81d

#a5a81d #60a81d #a8661d

Monochromatic Colors of #a5a81d

#a5a81d

Complementary Color

#a5a81d #201da8

#a5a81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5a81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5a81d Color CSS Codes

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

#a5a81d Text Font Color

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

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


#a5a81d Background Color

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

This div background color is #a5a81d


#a5a81d Border Color

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

This div border color is #a5a81d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,168,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5a81d


Comments

No comments written yet.

Please login to write comment.