Color Hex Logo

#bfe35e Color Hex

#BFE35E
(191,227,94)
0 Favorites   0 Comments

Color spaces of #bfe35e

RGB 19122794
HSL0.210.700.63
HSV76°59°89°
CMYK 0.160.000.59   0.11
XYZ50.975366.822720.8011
Yxy66.82270.36780.4821
Hunter Lab81.7452-31.743642.1345
CIE-Lab85.4143-30.895959.6648

#bfe35e color RGB value is (191,227,94).

#bfe35e hex color red value is 191, green value is 227 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bfe35e hue: 0.21 , saturation: 0.70 and the lightness value of bfe35e is 0.63.

The process color (four color CMYK) of #bfe35e color hex is 0.16, 0.00, 0.59, 0.11. Web safe color of #bfe35e is #cccc66. Color #bfe35e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 01011110
Octal 277 343 136
Decimal 191 227 94
Hex BF E3 5E

RGB Percentages of Color #bfe35e

%37.30
%44.34
%18.36

CMYK Percentages of Color #bfe35e

%16
%0
%59
%11

Triadic Colors of #bfe35e

#bfe35e #5ebfe3 #e35ebf

Analogous Colors of #bfe35e

#bfe35e #7de35e #e3c55e

Monochromatic Colors of #bfe35e

#bfe35e

Complementary Color

#bfe35e #825ee3

#bfe35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe35e Color CSS Codes

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

#bfe35e Text Font Color

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

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


#bfe35e Background Color

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

This div background color is #bfe35e


#bfe35e Border Color

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

This div border color is #bfe35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe35e


Comments

No comments written yet.

Please login to write comment.