Color Hex Logo

#bfbe50 Color Hex

#BFBE50
(191,190,80)
0 Favorites   0 Comments

Color spaces of #bfbe50

RGB 19119080
HSL0.170.460.53
HSV59°58°75°
CMYK 0.000.010.58   0.25
XYZ41.347348.482514.7682
Yxy48.48250.39530.4635
Hunter Lab69.6294-15.854636.1653
CIE-Lab75.1282-13.939254.3588

#bfbe50 color RGB value is (191,190,80).

#bfbe50 hex color red value is 191, green value is 190 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bfbe50 hue: 0.17 , saturation: 0.46 and the lightness value of bfbe50 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111110 01010000
Octal 277 276 120
Decimal 191 190 80
Hex BF BE 50

RGB Percentages of Color #bfbe50

%41.43
%41.21
%17.35

CMYK Percentages of Color #bfbe50

%0
%1
%58
%25

Triadic Colors of #bfbe50

#bfbe50 #50bfbe #be50bf

Analogous Colors of #bfbe50

#bfbe50 #89bf50 #bf8750

Monochromatic Colors of #bfbe50

#bfbe50

Complementary Color

#bfbe50 #5051bf

#bfbe50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbe50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbe50 Color CSS Codes

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

#bfbe50 Text Font Color

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

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


#bfbe50 Background Color

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

This div background color is #bfbe50


#bfbe50 Border Color

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

This div border color is #bfbe50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbe50


Comments

No comments written yet.

Please login to write comment.