Color Hex Logo

#bfb84e Color Hex

#BFB84E
(191,184,78)
0 Favorites   0 Comments

Color spaces of #bfb84e

RGB 19118478
HSL0.160.470.53
HSV56°59°75°
CMYK 0.000.040.59   0.25
XYZ40.001545.907413.9604
Yxy45.90740.40050.4597
Hunter Lab67.7550-13.187635.2122
CIE-Lab73.4854-11.013953.4352

#bfb84e color RGB value is (191,184,78).

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

The process color (four color CMYK) of #bfb84e color hex is 0.00, 0.04, 0.59, 0.25. Web safe color of #bfb84e is #cccc66. Color #bfb84e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111000 01001110
Octal 277 270 116
Decimal 191 184 78
Hex BF B8 4E

RGB Percentages of Color #bfb84e

%42.16
%40.62
%17.22

CMYK Percentages of Color #bfb84e

%0
%4
%59
%25

Triadic Colors of #bfb84e

#bfb84e #4ebfb8 #b84ebf

Analogous Colors of #bfb84e

#bfb84e #8ebf4e #bf804e

Monochromatic Colors of #bfb84e

#bfb84e

Complementary Color

#bfb84e #4e55bf

#bfb84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb84e Color CSS Codes

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

#bfb84e Text Font Color

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

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


#bfb84e Background Color

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

This div background color is #bfb84e


#bfb84e Border Color

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

This div border color is #bfb84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb84e


Comments

No comments written yet.

Please login to write comment.