Color Hex Logo

#bfbb2e Color Hex

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

Color spaces of #bfbb2e

RGB 19118746
HSL0.160.610.46
HSV58°76°75°
CMYK 0.000.020.76   0.25
XYZ39.749346.81439.5258
Yxy46.81430.41370.4872
Hunter Lab68.4210-16.036839.6401
CIE-Lab74.0708-14.326466.5087

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

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

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

Base Numbers

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

RGB Percentages of Color #bfbb2e

%45.05
%44.10
%10.85

CMYK Percentages of Color #bfbb2e

%0
%2
%76
%25

Triadic Colors of #bfbb2e

#bfbb2e #2ebfbb #bb2ebf

Analogous Colors of #bfbb2e

#bfbb2e #7bbf2e #bf732e

Monochromatic Colors of #bfbb2e

#bfbb2e

Complementary Color

#bfbb2e #2e32bf

#bfbb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb2e Color CSS Codes

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

#bfbb2e Text Font Color

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

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


#bfbb2e Background Color

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

This div background color is #bfbb2e


#bfbb2e Border Color

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

This div border color is #bfbb2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,187,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 #bfbb2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb2e


Comments

No comments written yet.

Please login to write comment.