Color Hex Logo

#bfe85e Color Hex

#BFE85E
(191,232,94)
0 Favorites   0 Comments

Color spaces of #bfe85e

RGB 19123294
HSL0.220.750.64
HSV78°59°91°
CMYK 0.180.000.59   0.09
XYZ52.362969.597721.2636
Yxy69.59770.36560.4859
Hunter Lab83.4252-33.956443.2857
CIE-Lab86.7992-33.212061.2050

#bfe85e color RGB value is (191,232,94).

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

The process color (four color CMYK) of #bfe85e color hex is 0.18, 0.00, 0.59, 0.09. Web safe color of #bfe85e is #ccff66. Color #bfe85e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101000 01011110
Octal 277 350 136
Decimal 191 232 94
Hex BF E8 5E

RGB Percentages of Color #bfe85e

%36.94
%44.87
%18.18

CMYK Percentages of Color #bfe85e

%18
%0
%59
%9

Triadic Colors of #bfe85e

#bfe85e #5ebfe8 #e85ebf

Analogous Colors of #bfe85e

#bfe85e #7ae85e #e8cc5e

Monochromatic Colors of #bfe85e

#bfe85e

Complementary Color

#bfe85e #875ee8

#bfe85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe85e Color CSS Codes

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

#bfe85e Text Font Color

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

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


#bfe85e Background Color

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

This div background color is #bfe85e


#bfe85e Border Color

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

This div border color is #bfe85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe85e


Comments

No comments written yet.

Please login to write comment.