Color Hex Logo

#bfc53e Color Hex

#BFC53E
(191,197,62)
0 Favorites   0 Comments

Color spaces of #bfc53e

RGB 19119762
HSL0.170.540.51
HSV63°69°77°
CMYK 0.030.000.69   0.23
XYZ42.321651.356712.2397
Yxy51.35670.39960.4849
Hunter Lab71.6636-19.996440.0381
CIE-Lab76.8946-18.600163.6395

#bfc53e color RGB value is (191,197,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 00111110
Octal 277 305 76
Decimal 191 197 62
Hex BF C5 3E

RGB Percentages of Color #bfc53e

%42.44
%43.78
%13.78

CMYK Percentages of Color #bfc53e

%3
%0
%69
%23

Triadic Colors of #bfc53e

#bfc53e #3ebfc5 #c53ebf

Analogous Colors of #bfc53e

#bfc53e #7cc53e #c5883e

Monochromatic Colors of #bfc53e

#bfc53e

Complementary Color

#bfc53e #443ec5

#bfc53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc53e Color CSS Codes

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

#bfc53e Text Font Color

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

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


#bfc53e Background Color

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

This div background color is #bfc53e


#bfc53e Border Color

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

This div border color is #bfc53e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,197,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 #bfc53e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc53e


Comments

No comments written yet.

Please login to write comment.