Color Hex Logo

#bfb83e Color Hex

#BFB83E
(191,184,62)
0 Favorites   0 Comments

Color spaces of #bfb83e

RGB 19118462
HSL0.160.510.50
HSV57°68°75°
CMYK 0.000.040.68   0.25
XYZ39.495845.705111.2977
Yxy45.70510.40930.4736
Hunter Lab67.6055-14.028337.4158
CIE-Lab73.3538-12.032260.0772

#bfb83e color RGB value is (191,184,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111000 00111110
Octal 277 270 76
Decimal 191 184 62
Hex BF B8 3E

RGB Percentages of Color #bfb83e

%43.71
%42.11
%14.19

CMYK Percentages of Color #bfb83e

%0
%4
%68
%25

Triadic Colors of #bfb83e

#bfb83e #3ebfb8 #b83ebf

Analogous Colors of #bfb83e

#bfb83e #86bf3e #bf783e

Monochromatic Colors of #bfb83e

#bfb83e

Complementary Color

#bfb83e #3e45bf

#bfb83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb83e Color CSS Codes

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

#bfb83e Text Font Color

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

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


#bfb83e Background Color

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

This div background color is #bfb83e


#bfb83e Border Color

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

This div border color is #bfb83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb83e


Comments

No comments written yet.

Please login to write comment.