Color Hex Logo

#b2a70c Color Hex

#B2A70C
(178,167,12)
0 Favorites   0 Comments

Color spaces of #b2a70c

RGB 17816712
HSL0.160.870.37
HSV56°93°70°
CMYK 0.000.060.93   0.30
XYZ32.245237.12905.8149
Yxy37.12900.42890.4938
Hunter Lab60.9336-12.174036.9954
CIE-Lab67.3737-10.647868.4312

#b2a70c color RGB value is (178,167,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100111 00001100
Octal 262 247 14
Decimal 178 167 12
Hex B2 A7 C

RGB Percentages of Color #b2a70c

%49.86
%46.78
%3.36

CMYK Percentages of Color #b2a70c

%0
%6
%93
%30

Triadic Colors of #b2a70c

#b2a70c #0cb2a7 #a70cb2

Analogous Colors of #b2a70c

#b2a70c #6ab20c #b2540c

Monochromatic Colors of #b2a70c

#b2a70c

Complementary Color

#b2a70c #0c17b2

#b2a70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a70c Color CSS Codes

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

#b2a70c Text Font Color

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

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


#b2a70c Background Color

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

This div background color is #b2a70c


#b2a70c Border Color

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

This div border color is #b2a70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a70c


Comments

No comments written yet.

Please login to write comment.