Color Hex Logo

#bfb83a Color Hex

#BFB83A
(191,184,58)
0 Favorites   0 Comments

Color spaces of #bfb83a

RGB 19118458
HSL0.160.530.49
HSV57°70°75°
CMYK 0.000.040.70   0.25
XYZ39.390145.662810.7407
Yxy45.66280.41120.4767
Hunter Lab67.5743-14.204537.8780
CIE-Lab73.3262-12.246561.6003

#bfb83a color RGB value is (191,184,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111000 00111010
Octal 277 270 72
Decimal 191 184 58
Hex BF B8 3A

RGB Percentages of Color #bfb83a

%44.11
%42.49
%13.39

CMYK Percentages of Color #bfb83a

%0
%4
%70
%25

Triadic Colors of #bfb83a

#bfb83a #3abfb8 #b83abf

Analogous Colors of #bfb83a

#bfb83a #84bf3a #bf763a

Monochromatic Colors of #bfb83a

#bfb83a

Complementary Color

#bfb83a #3a41bf

#bfb83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb83a Color CSS Codes

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

#bfb83a Text Font Color

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

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


#bfb83a Background Color

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

This div background color is #bfb83a


#bfb83a Border Color

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

This div border color is #bfb83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb83a


Comments

No comments written yet.

Please login to write comment.