Color Hex Logo

#a5b960 Color Hex

#A5B960
(165,185,96)
0 Favorites   0 Comments

Color spaces of #a5b960

RGB 16518596
HSL0.200.390.55
HSV73°48°73°
CMYK 0.110.000.48   0.27
XYZ34.977343.541817.6272
Yxy43.54180.36380.4529
Hunter Lab65.9862-20.858430.3519
CIE-Lab71.9212-20.665842.5854

#a5b960 color RGB value is (165,185,96).

#a5b960 hex color red value is 165, green value is 185 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a5b960 hue: 0.20 , saturation: 0.39 and the lightness value of a5b960 is 0.55.

The process color (four color CMYK) of #a5b960 color hex is 0.11, 0.00, 0.48, 0.27. Web safe color of #a5b960 is #99cc66. Color #a5b960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111001 01100000
Octal 245 271 140
Decimal 165 185 96
Hex A5 B9 60

RGB Percentages of Color #a5b960

%37.00
%41.48
%21.52

CMYK Percentages of Color #a5b960

%11
%0
%48
%27

Triadic Colors of #a5b960

#a5b960 #60a5b9 #b960a5

Analogous Colors of #a5b960

#a5b960 #79b960 #b9a160

Monochromatic Colors of #a5b960

#a5b960

Complementary Color

#a5b960 #7460b9

#a5b960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5b960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5b960 Color CSS Codes

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

#a5b960 Text Font Color

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

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


#a5b960 Background Color

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

This div background color is #a5b960


#a5b960 Border Color

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

This div border color is #a5b960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5b960


Comments

No comments written yet.

Please login to write comment.