Color Hex Logo

#a7b030 Color Hex

#A7B030
(167,176,48)
0 Favorites   0 Comments

Color spaces of #a7b030

RGB 16717648
HSL0.180.570.44
HSV64°73°69°
CMYK 0.050.000.73   0.31
XYZ31.995239.47968.7303
Yxy39.47960.39890.4922
Hunter Lab62.8328-19.063135.7449
CIE-Lab69.0973-18.980560.4772

#a7b030 color RGB value is (167,176,48).

#a7b030 hex color red value is 167, green value is 176 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a7b030 hue: 0.18 , saturation: 0.57 and the lightness value of a7b030 is 0.44.

The process color (four color CMYK) of #a7b030 color hex is 0.05, 0.00, 0.73, 0.31. Web safe color of #a7b030 is #999933. Color #a7b030 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10110000 00110000
Octal 247 260 60
Decimal 167 176 48
Hex A7 B0 30

RGB Percentages of Color #a7b030

%42.71
%45.01
%12.28

CMYK Percentages of Color #a7b030

%5
%0
%73
%31

Triadic Colors of #a7b030

#a7b030 #30a7b0 #b030a7

Analogous Colors of #a7b030

#a7b030 #67b030 #b07930

Monochromatic Colors of #a7b030

#a7b030

Complementary Color

#a7b030 #3930b0

#a7b030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7b030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7b030 Color CSS Codes

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

#a7b030 Text Font Color

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

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


#a7b030 Background Color

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

This div background color is #a7b030


#a7b030 Border Color

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

This div border color is #a7b030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7b030


Comments

No comments written yet.

Please login to write comment.