Color Hex Logo

#b2a80b Color Hex

#B2A80B
(178,168,11)
0 Favorites   0 Comments

Color spaces of #b2a80b

RGB 17816811
HSL0.160.880.37
HSV56°94°70°
CMYK 0.000.060.94   0.30
XYZ32.423137.49445.8449
Yxy37.49440.42800.4949
Hunter Lab61.2327-12.640337.2034
CIE-Lab67.6463-11.182768.7719

#b2a80b color RGB value is (178,168,11).

#b2a80b hex color red value is 178, green value is 168 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b2a80b hue: 0.16 , saturation: 0.88 and the lightness value of b2a80b is 0.37.

The process color (four color CMYK) of #b2a80b color hex is 0.00, 0.06, 0.94, 0.30. Web safe color of #b2a80b is #999900. Color #b2a80b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101000 00001011
Octal 262 250 13
Decimal 178 168 11
Hex B2 A8 B

RGB Percentages of Color #b2a80b

%49.86
%47.06
%3.08

CMYK Percentages of Color #b2a80b

%0
%6
%94
%30

Triadic Colors of #b2a80b

#b2a80b #0bb2a8 #a80bb2

Analogous Colors of #b2a80b

#b2a80b #69b20b #b2550b

Monochromatic Colors of #b2a80b

#b2a80b

Complementary Color

#b2a80b #0b15b2

#b2a80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a80b Color CSS Codes

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

#b2a80b Text Font Color

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

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


#b2a80b Background Color

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

This div background color is #b2a80b


#b2a80b Border Color

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

This div border color is #b2a80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a80b


Comments

No comments written yet.

Please login to write comment.