Color Hex Logo

#bbbf2e Color Hex

#BBBF2E
(187,191,46)
0 Favorites   0 Comments

Color spaces of #bbbf2e

RGB 18719146
HSL0.170.610.46
HSV62°76°75°
CMYK 0.020.000.76   0.25
XYZ39.617548.02379.7662
Yxy48.02370.40670.4930
Hunter Lab69.2991-19.227140.1538
CIE-Lab74.8399-18.055067.0939

#bbbf2e color RGB value is (187,191,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 00101110
Octal 273 277 56
Decimal 187 191 46
Hex BB BF 2E

RGB Percentages of Color #bbbf2e

%44.10
%45.05
%10.85

CMYK Percentages of Color #bbbf2e

%2
%0
%76
%25

Triadic Colors of #bbbf2e

#bbbf2e #2ebbbf #bf2ebb

Analogous Colors of #bbbf2e

#bbbf2e #73bf2e #bf7b2e

Monochromatic Colors of #bbbf2e

#bbbf2e

Complementary Color

#bbbf2e #322ebf

#bbbf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf2e Color CSS Codes

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

#bbbf2e Text Font Color

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

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


#bbbf2e Background Color

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

This div background color is #bbbf2e


#bbbf2e Border Color

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

This div border color is #bbbf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf2e


Comments

No comments written yet.

Please login to write comment.