Color Hex Logo

#a6b82e Color Hex

#A6B82E
(166,184,46)
0 Favorites   0 Comments

Color spaces of #a6b82e

RGB 16618446
HSL0.190.600.45
HSV68°75°72°
CMYK 0.100.000.75   0.28
XYZ33.359542.58529.0463
Yxy42.58520.39250.5011
Hunter Lab65.2573-22.951337.4611
CIE-Lab71.2725-23.481563.1995

#a6b82e color RGB value is (166,184,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111000 00101110
Octal 246 270 56
Decimal 166 184 46
Hex A6 B8 2E

RGB Percentages of Color #a6b82e

%41.92
%46.46
%11.62

CMYK Percentages of Color #a6b82e

%10
%0
%75
%28

Triadic Colors of #a6b82e

#a6b82e #2ea6b8 #b82ea6

Analogous Colors of #a6b82e

#a6b82e #61b82e #b8852e

Monochromatic Colors of #a6b82e

#a6b82e

Complementary Color

#a6b82e #402eb8

#a6b82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6b82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6b82e Color CSS Codes

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

#a6b82e Text Font Color

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

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


#a6b82e Background Color

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

This div background color is #a6b82e


#a6b82e Border Color

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

This div border color is #a6b82e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,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 #a6b82e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6b82e


Comments

No comments written yet.

Please login to write comment.