Color Hex Logo

#bfe82e Color Hex

#BFE82E
(191,232,46)
0 Favorites   0 Comments

Color spaces of #bfe82e

RGB 19123246
HSL0.200.800.55
HSV73°80°91°
CMYK 0.180.000.80   0.09
XYZ50.835668.986813.2212
Yxy68.98680.38210.5185
Hunter Lab83.0583-36.101648.7030
CIE-Lab86.4975-35.936377.6822

#bfe82e color RGB value is (191,232,46).

#bfe82e hex color red value is 191, green value is 232 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bfe82e hue: 0.20 , saturation: 0.80 and the lightness value of bfe82e is 0.55.

The process color (four color CMYK) of #bfe82e color hex is 0.18, 0.00, 0.80, 0.09. Web safe color of #bfe82e is #ccff33. Color #bfe82e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101000 00101110
Octal 277 350 56
Decimal 191 232 46
Hex BF E8 2E

RGB Percentages of Color #bfe82e

%40.72
%49.47
%9.81

CMYK Percentages of Color #bfe82e

%18
%0
%80
%9

Triadic Colors of #bfe82e

#bfe82e #2ebfe8 #e82ebf

Analogous Colors of #bfe82e

#bfe82e #62e82e #e8b42e

Monochromatic Colors of #bfe82e

#bfe82e

Complementary Color

#bfe82e #572ee8

#bfe82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe82e Color CSS Codes

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

#bfe82e Text Font Color

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

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


#bfe82e Background Color

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

This div background color is #bfe82e


#bfe82e Border Color

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

This div border color is #bfe82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe82e


Comments

No comments written yet.

Please login to write comment.