Color Hex Logo

#a7b82e Color Hex

#A7B82E
(167,184,46)
0 Favorites   0 Comments

Color spaces of #a7b82e

RGB 16718446
HSL0.190.600.45
HSV67°75°72°
CMYK 0.090.000.75   0.28
XYZ33.570042.69379.0562
Yxy42.69370.39350.5004
Hunter Lab65.3404-22.637637.5207
CIE-Lab71.3466-23.060463.2953

#a7b82e color RGB value is (167,184,46).

#a7b82e hex color red value is 167, green value is 184 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a7b82e hue: 0.19 , saturation: 0.60 and the lightness value of a7b82e is 0.45.

The process color (four color CMYK) of #a7b82e color hex is 0.09, 0.00, 0.75, 0.28. Web safe color of #a7b82e is #99cc33. Color #a7b82e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111000 00101110
Octal 247 270 56
Decimal 167 184 46
Hex A7 B8 2E

RGB Percentages of Color #a7b82e

%42.07
%46.35
%11.59

CMYK Percentages of Color #a7b82e

%9
%0
%75
%28

Triadic Colors of #a7b82e

#a7b82e #2ea7b8 #b82ea7

Analogous Colors of #a7b82e

#a7b82e #62b82e #b8842e

Monochromatic Colors of #a7b82e

#a7b82e

Complementary Color

#a7b82e #3f2eb8

#a7b82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7b82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7b82e Color CSS Codes

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

#a7b82e Text Font Color

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

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


#a7b82e Background Color

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

This div background color is #a7b82e


#a7b82e Border Color

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

This div border color is #a7b82e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,184,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7b82e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7b82e;
  -webkit-box-shadow: 1px 1px 3px 2px #a7b82e;
  box-shadow:         1px 1px 3px 2px #a7b82e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,184,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7b82e


Comments

No comments written yet.

Please login to write comment.