Color Hex Logo

#b1ba2d Color Hex

#B1BA2D
(177,186,45)
0 Favorites   0 Comments

Color spaces of #b1ba2d

RGB 17718645
HSL0.180.610.45
HSV64°76°73°
CMYK 0.050.000.76   0.27
XYZ36.164044.65449.1957
Yxy44.65440.40180.4961
Hunter Lab66.8239-20.340738.6178
CIE-Lab72.6637-19.859365.1203

#b1ba2d color RGB value is (177,186,45).

#b1ba2d hex color red value is 177, green value is 186 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b1ba2d hue: 0.18 , saturation: 0.61 and the lightness value of b1ba2d is 0.45.

The process color (four color CMYK) of #b1ba2d color hex is 0.05, 0.00, 0.76, 0.27. Web safe color of #b1ba2d is #99cc33. Color #b1ba2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111010 00101101
Octal 261 272 55
Decimal 177 186 45
Hex B1 BA 2D

RGB Percentages of Color #b1ba2d

%43.38
%45.59
%11.03

CMYK Percentages of Color #b1ba2d

%5
%0
%76
%27

Triadic Colors of #b1ba2d

#b1ba2d #2db1ba #ba2db1

Analogous Colors of #b1ba2d

#b1ba2d #6bba2d #ba7d2d

Monochromatic Colors of #b1ba2d

#b1ba2d

Complementary Color

#b1ba2d #362dba

#b1ba2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ba2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ba2d Color CSS Codes

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

#b1ba2d Text Font Color

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

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


#b1ba2d Background Color

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

This div background color is #b1ba2d


#b1ba2d Border Color

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

This div border color is #b1ba2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ba2d


Comments

No comments written yet.

Please login to write comment.