Color Hex Logo

#bfc52e Color Hex

#BFC52E
(191,197,46)
0 Favorites   0 Comments

Color spaces of #bfc52e

RGB 19119746
HSL0.170.620.48
HSV62°77°77°
CMYK 0.030.000.77   0.23
XYZ41.945351.206110.2578
Yxy51.20610.40560.4952
Hunter Lab71.5584-20.596241.5918
CIE-Lab76.8037-19.343369.0022

#bfc52e color RGB value is (191,197,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 00101110
Octal 277 305 56
Decimal 191 197 46
Hex BF C5 2E

RGB Percentages of Color #bfc52e

%44.01
%45.39
%10.60

CMYK Percentages of Color #bfc52e

%3
%0
%77
%23

Triadic Colors of #bfc52e

#bfc52e #2ebfc5 #c52ebf

Analogous Colors of #bfc52e

#bfc52e #74c52e #c5802e

Monochromatic Colors of #bfc52e

#bfc52e

Complementary Color

#bfc52e #342ec5

#bfc52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc52e Color CSS Codes

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

#bfc52e Text Font Color

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

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


#bfc52e Background Color

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

This div background color is #bfc52e


#bfc52e Border Color

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

This div border color is #bfc52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc52e


Comments

No comments written yet.

Please login to write comment.