Color Hex Logo

#b9bb29 Color Hex

#B9BB29
(185,187,41)
0 Favorites   0 Comments

Color spaces of #b9bb29

RGB 18518741
HSL0.170.640.45
HSV61°78°73°
CMYK 0.010.000.78   0.27
XYZ38.178146.01508.9674
Yxy46.01500.40980.4939
Hunter Lab67.8344-18.247939.6462
CIE-Lab73.5553-17.097167.3897

#b9bb29 color RGB value is (185,187,41).

#b9bb29 hex color red value is 185, green value is 187 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b9bb29 hue: 0.17 , saturation: 0.64 and the lightness value of b9bb29 is 0.45.

The process color (four color CMYK) of #b9bb29 color hex is 0.01, 0.00, 0.78, 0.27. Web safe color of #b9bb29 is #cccc33. Color #b9bb29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111011 00101001
Octal 271 273 51
Decimal 185 187 41
Hex B9 BB 29

RGB Percentages of Color #b9bb29

%44.79
%45.28
%9.93

CMYK Percentages of Color #b9bb29

%1
%0
%78
%27

Triadic Colors of #b9bb29

#b9bb29 #29b9bb #bb29b9

Analogous Colors of #b9bb29

#b9bb29 #70bb29 #bb7429

Monochromatic Colors of #b9bb29

#b9bb29

Complementary Color

#b9bb29 #2b29bb

#b9bb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bb29 Color CSS Codes

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

#b9bb29 Text Font Color

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

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


#b9bb29 Background Color

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

This div background color is #b9bb29


#b9bb29 Border Color

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

This div border color is #b9bb29


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,187,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9bb29; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9bb29;
  -webkit-box-shadow: 1px 1px 3px 2px #b9bb29;
  box-shadow:         1px 1px 3px 2px #b9bb29; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,187,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bb29


Comments

No comments written yet.

Please login to write comment.