Color Hex Logo

#bfc43a Color Hex

#BFC43A
(191,196,58)
0 Favorites   0 Comments

Color spaces of #bfc43a

RGB 19119658
HSL0.170.540.50
HSV62°70°77°
CMYK 0.030.000.70   0.23
XYZ41.989550.861711.6072
Yxy50.86170.40200.4869
Hunter Lab71.3174-19.710140.2725
CIE-Lab76.5952-18.310864.8154

#bfc43a color RGB value is (191,196,58).

#bfc43a hex color red value is 191, green value is 196 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bfc43a hue: 0.17 , saturation: 0.54 and the lightness value of bfc43a is 0.50.

The process color (four color CMYK) of #bfc43a color hex is 0.03, 0.00, 0.70, 0.23. Web safe color of #bfc43a is #cccc33. Color #bfc43a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 00111010
Octal 277 304 72
Decimal 191 196 58
Hex BF C4 3A

RGB Percentages of Color #bfc43a

%42.92
%44.04
%13.03

CMYK Percentages of Color #bfc43a

%3
%0
%70
%23

Triadic Colors of #bfc43a

#bfc43a #3abfc4 #c43abf

Analogous Colors of #bfc43a

#bfc43a #7ac43a #c4843a

Monochromatic Colors of #bfc43a

#bfc43a

Complementary Color

#bfc43a #3f3ac4

#bfc43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc43a Color CSS Codes

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

#bfc43a Text Font Color

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

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


#bfc43a Background Color

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

This div background color is #bfc43a


#bfc43a Border Color

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

This div border color is #bfc43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc43a


Comments

No comments written yet.

Please login to write comment.