Color Hex Logo

#bbbf2b Color Hex

#BBBF2B
(187,191,43)
0 Favorites   0 Comments

Color spaces of #bbbf2b

RGB 18719143
HSL0.170.630.46
HSV62°77°75°
CMYK 0.020.000.77   0.25
XYZ39.560448.00089.4655
Yxy48.00080.40770.4947
Hunter Lab69.2826-19.321040.3975
CIE-Lab74.8254-18.172267.9975

#bbbf2b color RGB value is (187,191,43).

#bbbf2b hex color red value is 187, green value is 191 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bbbf2b hue: 0.17 , saturation: 0.63 and the lightness value of bbbf2b is 0.46.

The process color (four color CMYK) of #bbbf2b color hex is 0.02, 0.00, 0.77, 0.25. Web safe color of #bbbf2b is #cccc33. Color #bbbf2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 00101011
Octal 273 277 53
Decimal 187 191 43
Hex BB BF 2B

RGB Percentages of Color #bbbf2b

%44.42
%45.37
%10.21

CMYK Percentages of Color #bbbf2b

%2
%0
%77
%25

Triadic Colors of #bbbf2b

#bbbf2b #2bbbbf #bf2bbb

Analogous Colors of #bbbf2b

#bbbf2b #71bf2b #bf792b

Monochromatic Colors of #bbbf2b

#bbbf2b

Complementary Color

#bbbf2b #2f2bbf

#bbbf2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf2b Color CSS Codes

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

#bbbf2b Text Font Color

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

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


#bbbf2b Background Color

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

This div background color is #bbbf2b


#bbbf2b Border Color

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

This div border color is #bbbf2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf2b


Comments

No comments written yet.

Please login to write comment.