Color Hex Logo

#a0b70b Color Hex

#A0B70B
(160,183,11)
0 Favorites   0 Comments

Color spaces of #a0b70b

RGB 16018311
HSL0.190.890.38
HSV68°94°72°
CMYK 0.130.000.94   0.28
XYZ31.491141.36476.6410
Yxy41.36470.39610.5203
Hunter Lab64.3154-25.152038.8987
CIE-Lab70.4307-26.564370.2919

#a0b70b color RGB value is (160,183,11).

#a0b70b hex color red value is 160, green value is 183 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #a0b70b hue: 0.19 , saturation: 0.89 and the lightness value of a0b70b is 0.38.

The process color (four color CMYK) of #a0b70b color hex is 0.13, 0.00, 0.94, 0.28. Web safe color of #a0b70b is #99cc00. Color #a0b70b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10110111 00001011
Octal 240 267 13
Decimal 160 183 11
Hex A0 B7 B

RGB Percentages of Color #a0b70b

%45.20
%51.69
%3.11

CMYK Percentages of Color #a0b70b

%13
%0
%94
%28

Triadic Colors of #a0b70b

#a0b70b #0ba0b7 #b70ba0

Analogous Colors of #a0b70b

#a0b70b #4ab70b #b7780b

Monochromatic Colors of #a0b70b

#a0b70b

Complementary Color

#a0b70b #220bb7

#a0b70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b70b Color CSS Codes

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

#a0b70b Text Font Color

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

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


#a0b70b Background Color

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

This div background color is #a0b70b


#a0b70b Border Color

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

This div border color is #a0b70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b70b


Comments

No comments written yet.

Please login to write comment.