Color Hex Logo

#bfbd4e Color Hex

#BFBD4E
(191,189,78)
0 Favorites   0 Comments

Color spaces of #bfbd4e

RGB 19118978
HSL0.160.470.53
HSV59°59°75°
CMYK 0.000.010.59   0.25
XYZ41.058648.021614.3128
Yxy48.02160.39710.4645
Hunter Lab69.2976-15.510236.2625
CIE-Lab74.8386-13.574454.9266

#bfbd4e color RGB value is (191,189,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111101 01001110
Octal 277 275 116
Decimal 191 189 78
Hex BF BD 4E

RGB Percentages of Color #bfbd4e

%41.70
%41.27
%17.03

CMYK Percentages of Color #bfbd4e

%0
%1
%59
%25

Triadic Colors of #bfbd4e

#bfbd4e #4ebfbd #bd4ebf

Analogous Colors of #bfbd4e

#bfbd4e #89bf4e #bf854e

Monochromatic Colors of #bfbd4e

#bfbd4e

Complementary Color

#bfbd4e #4e50bf

#bfbd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbd4e Color CSS Codes

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

#bfbd4e Text Font Color

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

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


#bfbd4e Background Color

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

This div background color is #bfbd4e


#bfbd4e Border Color

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

This div border color is #bfbd4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbd4e


Comments

No comments written yet.

Please login to write comment.