Color Hex Logo

#a5ad85 Color Hex

#A5AD85
(165,173,133)
0 Favorites   0 Comments

Color spaces of #a5ad85

RGB 165173133
HSL0.200.200.60
HSV72°23°68°
CMYK 0.050.000.23   0.32
XYZ34.694339.579928.0014
Yxy39.57990.33920.3870
Hunter Lab62.9126-11.659817.6497
CIE-Lab69.1693-9.773119.6584

#a5ad85 color RGB value is (165,173,133).

#a5ad85 hex color red value is 165, green value is 173 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a5ad85 hue: 0.20 , saturation: 0.20 and the lightness value of a5ad85 is 0.60.

The process color (four color CMYK) of #a5ad85 color hex is 0.05, 0.00, 0.23, 0.32. Web safe color of #a5ad85 is #999999. Color #a5ad85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101101 10000101
Octal 245 255 205
Decimal 165 173 133
Hex A5 AD 85

RGB Percentages of Color #a5ad85

%35.03
%36.73
%28.24

CMYK Percentages of Color #a5ad85

%5
%0
%23
%32

Triadic Colors of #a5ad85

#a5ad85 #85a5ad #ad85a5

Analogous Colors of #a5ad85

#a5ad85 #91ad85 #ada185

Monochromatic Colors of #a5ad85

#a5ad85

Complementary Color

#a5ad85 #8d85ad

#a5ad85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ad85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ad85 Color CSS Codes

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

#a5ad85 Text Font Color

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

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


#a5ad85 Background Color

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

This div background color is #a5ad85


#a5ad85 Border Color

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

This div border color is #a5ad85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ad85


Comments

No comments written yet.

Please login to write comment.