Color Hex Logo

#b1a308 Color Hex

#B1A308
(177,163,8)
0 Favorites   0 Comments

Color spaces of #b1a308

RGB 1771638
HSL0.150.910.36
HSV55°95°69°
CMYK 0.000.080.95   0.31
XYZ31.272535.55905.4451
Yxy35.55900.43270.4920
Hunter Lab59.6314-10.744136.3280
CIE-Lab66.1816-9.051768.0075

#b1a308 color RGB value is (177,163,8).

#b1a308 hex color red value is 177, green value is 163 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #b1a308 hue: 0.15 , saturation: 0.91 and the lightness value of b1a308 is 0.36.

The process color (four color CMYK) of #b1a308 color hex is 0.00, 0.08, 0.95, 0.31. Web safe color of #b1a308 is #999900. Color #b1a308 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10100011 00001000
Octal 261 243 10
Decimal 177 163 8
Hex B1 A3 8

RGB Percentages of Color #b1a308

%50.86
%46.84
%2.30

CMYK Percentages of Color #b1a308

%0
%8
%95
%31

Triadic Colors of #b1a308

#b1a308 #08b1a3 #a308b1

Analogous Colors of #b1a308

#b1a308 #6bb108 #b14e08

Monochromatic Colors of #b1a308

#b1a308

Complementary Color

#b1a308 #0816b1

#b1a308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1a308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1a308 Color CSS Codes

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

#b1a308 Text Font Color

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

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


#b1a308 Background Color

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

This div background color is #b1a308


#b1a308 Border Color

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

This div border color is #b1a308


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,163,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1a308; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1a308;
  -webkit-box-shadow: 1px 1px 3px 2px #b1a308;
  box-shadow:         1px 1px 3px 2px #b1a308; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,163,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1a308


Comments

No comments written yet.

Please login to write comment.