Color Hex Logo

#bfeb5f Color Hex

#BFEB5F
(191,235,95)
0 Favorites   0 Comments

Color spaces of #bfeb5f

RGB 19123595
HSL0.220.780.65
HSV79°60°92°
CMYK 0.190.000.60   0.08
XYZ53.259771.319321.7854
Yxy71.31930.36390.4873
Hunter Lab84.4508-35.216043.8207
CIE-Lab87.6399-34.509161.7130

#bfeb5f color RGB value is (191,235,95).

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

The process color (four color CMYK) of #bfeb5f color hex is 0.19, 0.00, 0.60, 0.08. Web safe color of #bfeb5f is #ccff66. Color #bfeb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101011 01011111
Octal 277 353 137
Decimal 191 235 95
Hex BF EB 5F

RGB Percentages of Color #bfeb5f

%36.66
%45.11
%18.23

CMYK Percentages of Color #bfeb5f

%19
%0
%60
%8

Triadic Colors of #bfeb5f

#bfeb5f #5fbfeb #eb5fbf

Analogous Colors of #bfeb5f

#bfeb5f #79eb5f #ebd15f

Monochromatic Colors of #bfeb5f

#bfeb5f

Complementary Color

#bfeb5f #8b5feb

#bfeb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeb5f Color CSS Codes

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

#bfeb5f Text Font Color

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

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


#bfeb5f Background Color

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

This div background color is #bfeb5f


#bfeb5f Border Color

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

This div border color is #bfeb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeb5f


Comments

No comments written yet.

Please login to write comment.