Color Hex Logo

#bfee5e Color Hex

#BFEE5E
(191,238,94)
0 Favorites   0 Comments

Color spaces of #bfee5e

RGB 19123894
HSL0.220.810.65
HSV80°61°93°
CMYK 0.200.000.61   0.07
XYZ54.080873.033621.8362
Yxy73.03360.36310.4903
Hunter Lab85.4597-36.595744.6723
CIE-Lab88.4637-35.952563.0426

#bfee5e color RGB value is (191,238,94).

#bfee5e hex color red value is 191, green value is 238 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bfee5e hue: 0.22 , saturation: 0.81 and the lightness value of bfee5e is 0.65.

The process color (four color CMYK) of #bfee5e color hex is 0.20, 0.00, 0.61, 0.07. Web safe color of #bfee5e is #ccff66. Color #bfee5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101110 01011110
Octal 277 356 136
Decimal 191 238 94
Hex BF EE 5E

RGB Percentages of Color #bfee5e

%36.52
%45.51
%17.97

CMYK Percentages of Color #bfee5e

%20
%0
%61
%7

Triadic Colors of #bfee5e

#bfee5e #5ebfee #ee5ebf

Analogous Colors of #bfee5e

#bfee5e #77ee5e #eed55e

Monochromatic Colors of #bfee5e

#bfee5e

Complementary Color

#bfee5e #8d5eee

#bfee5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfee5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfee5e Color CSS Codes

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

#bfee5e Text Font Color

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

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


#bfee5e Background Color

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

This div background color is #bfee5e


#bfee5e Border Color

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

This div border color is #bfee5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfee5e


Comments

No comments written yet.

Please login to write comment.