Color Hex Logo

#a7be0a Color Hex

#A7BE0A
(167,190,10)
0 Favorites   0 Comments

Color spaces of #a7be0a

RGB 16719010
HSL0.190.900.39
HSV68°95°75°
CMYK 0.120.000.95   0.25
XYZ34.404645.06437.1721
Yxy45.06430.39710.5201
Hunter Lab67.1299-25.994840.6565
CIE-Lab72.9342-26.998772.5632

#a7be0a color RGB value is (167,190,10).

#a7be0a hex color red value is 167, green value is 190 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a7be0a hue: 0.19 , saturation: 0.90 and the lightness value of a7be0a is 0.39.

The process color (four color CMYK) of #a7be0a color hex is 0.12, 0.00, 0.95, 0.25. Web safe color of #a7be0a is #99cc00. Color #a7be0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111110 00001010
Octal 247 276 12
Decimal 167 190 10
Hex A7 BE A

RGB Percentages of Color #a7be0a

%45.50
%51.77
%2.72

CMYK Percentages of Color #a7be0a

%12
%0
%95
%25

Triadic Colors of #a7be0a

#a7be0a #0aa7be #be0aa7

Analogous Colors of #a7be0a

#a7be0a #4dbe0a #be7b0a

Monochromatic Colors of #a7be0a

#a7be0a

Complementary Color

#a7be0a #210abe

#a7be0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7be0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7be0a Color CSS Codes

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

#a7be0a Text Font Color

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

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


#a7be0a Background Color

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

This div background color is #a7be0a


#a7be0a Border Color

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

This div border color is #a7be0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7be0a


Comments

No comments written yet.

Please login to write comment.