Color Hex Logo

#bbbf3e Color Hex

#BBBF3E
(187,191,62)
0 Favorites   0 Comments

Color spaces of #bbbf3e

RGB 18719162
HSL0.170.510.50
HSV62°68°75°
CMYK 0.020.000.68   0.25
XYZ39.993848.174211.7481
Yxy48.17420.40030.4821
Hunter Lab69.4076-18.608838.5498
CIE-Lab74.9347-17.284761.5703

#bbbf3e color RGB value is (187,191,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 00111110
Octal 273 277 76
Decimal 187 191 62
Hex BB BF 3E

RGB Percentages of Color #bbbf3e

%42.50
%43.41
%14.09

CMYK Percentages of Color #bbbf3e

%2
%0
%68
%25

Triadic Colors of #bbbf3e

#bbbf3e #3ebbbf #bf3ebb

Analogous Colors of #bbbf3e

#bbbf3e #7bbf3e #bf833e

Monochromatic Colors of #bbbf3e

#bbbf3e

Complementary Color

#bbbf3e #423ebf

#bbbf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf3e Color CSS Codes

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

#bbbf3e Text Font Color

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

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


#bbbf3e Background Color

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

This div background color is #bbbf3e


#bbbf3e Border Color

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

This div border color is #bbbf3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf3e


Comments

No comments written yet.

Please login to write comment.