Color Hex Logo

#bfbf2b Color Hex

#BFBF2B
(191,191,43)
0 Favorites   0 Comments

Color spaces of #bfbf2b

RGB 19119143
HSL0.170.630.46
HSV60°77°75°
CMYK 0.000.000.77   0.25
XYZ40.552748.51249.5120
Yxy48.51240.41140.4921
Hunter Lab69.6508-17.961240.6585
CIE-Lab75.1470-16.462668.4070

#bfbf2b color RGB value is (191,191,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111111 00101011
Octal 277 277 53
Decimal 191 191 43
Hex BF BF 2B

RGB Percentages of Color #bfbf2b

%44.94
%44.94
%10.12

CMYK Percentages of Color #bfbf2b

%0
%0
%77
%25

Triadic Colors of #bfbf2b

#bfbf2b #2bbfbf #bf2bbf

Analogous Colors of #bfbf2b

#bfbf2b #75bf2b #bf752b

Monochromatic Colors of #bfbf2b

#bfbf2b

Complementary Color

#bfbf2b #2b2bbf

#bfbf2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbf2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbf2b Color CSS Codes

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

#bfbf2b Text Font Color

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

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


#bfbf2b Background Color

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

This div background color is #bfbf2b


#bfbf2b Border Color

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

This div border color is #bfbf2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbf2b


Comments

No comments written yet.

Please login to write comment.