Color Hex Logo

#bfc83e Color Hex

#BFC83E
(191,200,62)
0 Favorites   0 Comments

Color spaces of #bfc83e

RGB 19120062
HSL0.180.560.51
HSV64°69°78°
CMYK 0.050.000.69   0.22
XYZ43.009652.732712.4690
Yxy52.73270.39750.4873
Hunter Lab72.6173-21.358740.6515
CIE-Lab77.7169-20.086864.4582

#bfc83e color RGB value is (191,200,62).

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

The process color (four color CMYK) of #bfc83e color hex is 0.05, 0.00, 0.69, 0.22. Web safe color of #bfc83e is #cccc33. Color #bfc83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001000 00111110
Octal 277 310 76
Decimal 191 200 62
Hex BF C8 3E

RGB Percentages of Color #bfc83e

%42.16
%44.15
%13.69

CMYK Percentages of Color #bfc83e

%5
%0
%69
%22

Triadic Colors of #bfc83e

#bfc83e #3ebfc8 #c83ebf

Analogous Colors of #bfc83e

#bfc83e #7ac83e #c88c3e

Monochromatic Colors of #bfc83e

#bfc83e

Complementary Color

#bfc83e #473ec8

#bfc83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc83e Color CSS Codes

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

#bfc83e Text Font Color

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

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


#bfc83e Background Color

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

This div background color is #bfc83e


#bfc83e Border Color

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

This div border color is #bfc83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc83e


Comments

No comments written yet.

Please login to write comment.