Color Hex Logo

#bfc93b Color Hex

#BFC93B
(191,201,59)
0 Favorites   0 Comments

Color spaces of #bfc93b

RGB 19120159
HSL0.180.570.51
HSV64°71°79°
CMYK 0.050.000.71   0.21
XYZ43.161953.165412.1248
Yxy53.16540.39800.4902
Hunter Lab72.9146-21.937241.1810
CIE-Lab77.9726-20.736165.8010

#bfc93b color RGB value is (191,201,59).

#bfc93b hex color red value is 191, green value is 201 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bfc93b hue: 0.18 , saturation: 0.57 and the lightness value of bfc93b is 0.51.

The process color (four color CMYK) of #bfc93b color hex is 0.05, 0.00, 0.71, 0.21. Web safe color of #bfc93b is #cccc33. Color #bfc93b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001001 00111011
Octal 277 311 73
Decimal 191 201 59
Hex BF C9 3B

RGB Percentages of Color #bfc93b

%42.35
%44.57
%13.08

CMYK Percentages of Color #bfc93b

%5
%0
%71
%21

Triadic Colors of #bfc93b

#bfc93b #3bbfc9 #c93bbf

Analogous Colors of #bfc93b

#bfc93b #78c93b #c98c3b

Monochromatic Colors of #bfc93b

#bfc93b

Complementary Color

#bfc93b #453bc9

#bfc93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc93b Color CSS Codes

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

#bfc93b Text Font Color

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

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


#bfc93b Background Color

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

This div background color is #bfc93b


#bfc93b Border Color

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

This div border color is #bfc93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc93b


Comments

No comments written yet.

Please login to write comment.