Color Hex Logo

#bfb83b Color Hex

#BFB83B
(191,184,59)
0 Favorites   0 Comments

Color spaces of #bfb83b

RGB 19118459
HSL0.160.530.49
HSV57°69°75°
CMYK 0.000.040.69   0.25
XYZ39.415845.673110.8760
Yxy45.67310.41070.4759
Hunter Lab67.5819-14.161737.7657
CIE-Lab73.3329-12.194361.2255

#bfb83b color RGB value is (191,184,59).

#bfb83b hex color red value is 191, green value is 184 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bfb83b hue: 0.16 , saturation: 0.53 and the lightness value of bfb83b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111000 00111011
Octal 277 270 73
Decimal 191 184 59
Hex BF B8 3B

RGB Percentages of Color #bfb83b

%44.01
%42.40
%13.59

CMYK Percentages of Color #bfb83b

%0
%4
%69
%25

Triadic Colors of #bfb83b

#bfb83b #3bbfb8 #b83bbf

Analogous Colors of #bfb83b

#bfb83b #84bf3b #bf763b

Monochromatic Colors of #bfb83b

#bfb83b

Complementary Color

#bfb83b #3b42bf

#bfb83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb83b Color CSS Codes

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

#bfb83b Text Font Color

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

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


#bfb83b Background Color

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

This div background color is #bfb83b


#bfb83b Border Color

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

This div border color is #bfb83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb83b


Comments

No comments written yet.

Please login to write comment.