Color Hex Logo

#b0bb25 Color Hex

#B0BB25
(176,187,37)
0 Favorites   0 Comments

Color spaces of #b0bb25

RGB 17618737
HSL0.180.670.44
HSV64°80°73°
CMYK 0.060.000.80   0.27
XYZ36.008744.90438.5198
Yxy44.90430.40260.5021
Hunter Lab67.0107-21.350339.3693
CIE-Lab72.8288-21.090367.6098

#b0bb25 color RGB value is (176,187,37).

#b0bb25 hex color red value is 176, green value is 187 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b0bb25 hue: 0.18 , saturation: 0.67 and the lightness value of b0bb25 is 0.44.

The process color (four color CMYK) of #b0bb25 color hex is 0.06, 0.00, 0.80, 0.27. Web safe color of #b0bb25 is #99cc33. Color #b0bb25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111011 00100101
Octal 260 273 45
Decimal 176 187 37
Hex B0 BB 25

RGB Percentages of Color #b0bb25

%44.00
%46.75
%9.25

CMYK Percentages of Color #b0bb25

%6
%0
%80
%27

Triadic Colors of #b0bb25

#b0bb25 #25b0bb #bb25b0

Analogous Colors of #b0bb25

#b0bb25 #65bb25 #bb7b25

Monochromatic Colors of #b0bb25

#b0bb25

Complementary Color

#b0bb25 #3025bb

#b0bb25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bb25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bb25 Color CSS Codes

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

#b0bb25 Text Font Color

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

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


#b0bb25 Background Color

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

This div background color is #b0bb25


#b0bb25 Border Color

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

This div border color is #b0bb25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bb25


Comments

No comments written yet.

Please login to write comment.