Color Hex Logo

#a5b640 Color Hex

#A5B640
(165,182,64)
0 Favorites   0 Comments

Color spaces of #a5b640

RGB 16518264
HSL0.190.480.48
HSV69°65°71°
CMYK 0.090.000.65   0.29
XYZ33.170441.825411.1753
Yxy41.82540.38490.4854
Hunter Lab64.6726-21.624835.0256
CIE-Lab70.7504-21.898555.9293

#a5b640 color RGB value is (165,182,64).

#a5b640 hex color red value is 165, green value is 182 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a5b640 hue: 0.19 , saturation: 0.48 and the lightness value of a5b640 is 0.48.

The process color (four color CMYK) of #a5b640 color hex is 0.09, 0.00, 0.65, 0.29. Web safe color of #a5b640 is #99cc33. Color #a5b640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10110110 01000000
Octal 245 266 100
Decimal 165 182 64
Hex A5 B6 40

RGB Percentages of Color #a5b640

%40.15
%44.28
%15.57

CMYK Percentages of Color #a5b640

%9
%0
%65
%29

Triadic Colors of #a5b640

#a5b640 #40a5b6 #b640a5

Analogous Colors of #a5b640

#a5b640 #6ab640 #b68c40

Monochromatic Colors of #a5b640

#a5b640

Complementary Color

#a5b640 #5140b6

#a5b640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5b640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5b640 Color CSS Codes

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

#a5b640 Text Font Color

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

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


#a5b640 Background Color

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

This div background color is #a5b640


#a5b640 Border Color

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

This div border color is #a5b640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5b640


Comments

No comments written yet.

Please login to write comment.