Color Hex Logo

#bfc15b Color Hex

#BFC15B
(191,193,91)
0 Favorites   0 Comments

Color spaces of #bfc15b

RGB 19119391
HSL0.170.450.56
HSV61°53°76°
CMYK 0.010.000.53   0.24
XYZ42.444149.971617.3060
Yxy49.97160.38680.4554
Hunter Lab70.6906-16.533434.9684
CIE-Lab76.0518-14.599550.3734

#bfc15b color RGB value is (191,193,91).

#bfc15b hex color red value is 191, green value is 193 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bfc15b hue: 0.17 , saturation: 0.45 and the lightness value of bfc15b is 0.56.

The process color (four color CMYK) of #bfc15b color hex is 0.01, 0.00, 0.53, 0.24. Web safe color of #bfc15b is #cccc66. Color #bfc15b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000001 01011011
Octal 277 301 133
Decimal 191 193 91
Hex BF C1 5B

RGB Percentages of Color #bfc15b

%40.21
%40.63
%19.16

CMYK Percentages of Color #bfc15b

%1
%0
%53
%24

Triadic Colors of #bfc15b

#bfc15b #5bbfc1 #c15bbf

Analogous Colors of #bfc15b

#bfc15b #8cc15b #c1905b

Monochromatic Colors of #bfc15b

#bfc15b

Complementary Color

#bfc15b #5d5bc1

#bfc15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc15b Color CSS Codes

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

#bfc15b Text Font Color

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

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


#bfc15b Background Color

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

This div background color is #bfc15b


#bfc15b Border Color

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

This div border color is #bfc15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc15b


Comments

No comments written yet.

Please login to write comment.