Color Hex Logo

#bfe82f Color Hex

#BFE82F
(191,232,47)
0 Favorites   0 Comments

Color spaces of #bfe82f

RGB 19123247
HSL0.200.800.55
HSV73°80°91°
CMYK 0.180.000.80   0.09
XYZ50.855668.994813.3263
Yxy68.99480.38190.5181
Hunter Lab83.0631-36.073448.6319
CIE-Lab86.5015-35.900177.4273

#bfe82f color RGB value is (191,232,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101000 00101111
Octal 277 350 57
Decimal 191 232 47
Hex BF E8 2F

RGB Percentages of Color #bfe82f

%40.64
%49.36
%10.00

CMYK Percentages of Color #bfe82f

%18
%0
%80
%9

Triadic Colors of #bfe82f

#bfe82f #2fbfe8 #e82fbf

Analogous Colors of #bfe82f

#bfe82f #63e82f #e8b52f

Monochromatic Colors of #bfe82f

#bfe82f

Complementary Color

#bfe82f #582fe8

#bfe82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe82f Color CSS Codes

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

#bfe82f Text Font Color

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

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


#bfe82f Background Color

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

This div background color is #bfe82f


#bfe82f Border Color

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

This div border color is #bfe82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe82f


Comments

No comments written yet.

Please login to write comment.