Color Hex Logo

#a0b516 Color Hex

#A0B516
(160,181,22)
0 Favorites   0 Comments

Color spaces of #a0b516

RGB 16018122
HSL0.190.780.40
HSV68°88°71°
CMYK 0.120.000.88   0.29
XYZ31.165940.57936.9490
Yxy40.57930.39600.5157
Hunter Lab63.7019-24.147938.1236
CIE-Lab69.8802-25.386568.1440

#a0b516 color RGB value is (160,181,22).

#a0b516 hex color red value is 160, green value is 181 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a0b516 hue: 0.19 , saturation: 0.78 and the lightness value of a0b516 is 0.40.

The process color (four color CMYK) of #a0b516 color hex is 0.12, 0.00, 0.88, 0.29. Web safe color of #a0b516 is #99cc00. Color #a0b516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10110101 00010110
Octal 240 265 26
Decimal 160 181 22
Hex A0 B5 16

RGB Percentages of Color #a0b516

%44.08
%49.86
%6.06

CMYK Percentages of Color #a0b516

%12
%0
%88
%29

Triadic Colors of #a0b516

#a0b516 #16a0b5 #b516a0

Analogous Colors of #a0b516

#a0b516 #50b516 #b57b16

Monochromatic Colors of #a0b516

#a0b516

Complementary Color

#a0b516 #2b16b5

#a0b516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b516 Color CSS Codes

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

#a0b516 Text Font Color

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

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


#a0b516 Background Color

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

This div background color is #a0b516


#a0b516 Border Color

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

This div border color is #a0b516


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,181,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0b516; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0b516;
  -webkit-box-shadow: 1px 1px 3px 2px #a0b516;
  box-shadow:         1px 1px 3px 2px #a0b516; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,181,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b516


Comments

No comments written yet.

Please login to write comment.