Color Hex Logo

#b5b71a Color Hex

#B5B71A
(181,183,26)
0 Favorites   0 Comments

Color spaces of #b5b71a

RGB 18118326
HSL0.170.750.41
HSV61°86°72°
CMYK 0.010.000.86   0.28
XYZ36.176043.76537.5182
Yxy43.76530.41360.5004
Hunter Lab66.1553-18.162039.5708
CIE-Lab72.0713-17.265869.7966

#b5b71a color RGB value is (181,183,26).

#b5b71a hex color red value is 181, green value is 183 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b5b71a hue: 0.17 , saturation: 0.75 and the lightness value of b5b71a is 0.41.

The process color (four color CMYK) of #b5b71a color hex is 0.01, 0.00, 0.86, 0.28. Web safe color of #b5b71a is #cccc33. Color #b5b71a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10110111 00011010
Octal 265 267 32
Decimal 181 183 26
Hex B5 B7 1A

RGB Percentages of Color #b5b71a

%46.41
%46.92
%6.67

CMYK Percentages of Color #b5b71a

%1
%0
%86
%28

Triadic Colors of #b5b71a

#b5b71a #1ab5b7 #b71ab5

Analogous Colors of #b5b71a

#b5b71a #67b71a #b76b1a

Monochromatic Colors of #b5b71a

#b5b71a

Complementary Color

#b5b71a #1c1ab7

#b5b71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5b71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5b71a Color CSS Codes

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

#b5b71a Text Font Color

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

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


#b5b71a Background Color

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

This div background color is #b5b71a


#b5b71a Border Color

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

This div border color is #b5b71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5b71a


Comments

No comments written yet.

Please login to write comment.