Color Hex Logo

#bfe157 Color Hex

#BFE157
(191,225,87)
0 Favorites   0 Comments

Color spaces of #bfe157

RGB 19122587
HSL0.210.700.61
HSV75°61°88°
CMYK 0.150.000.61   0.12
XYZ50.131465.614919.0396
Yxy65.61490.37190.4868
Hunter Lab81.0030-31.284742.7661
CIE-Lab84.7996-30.500561.9527

#bfe157 color RGB value is (191,225,87).

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

The process color (four color CMYK) of #bfe157 color hex is 0.15, 0.00, 0.61, 0.12. Web safe color of #bfe157 is #cccc66. Color #bfe157 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 01010111
Octal 277 341 127
Decimal 191 225 87
Hex BF E1 57

RGB Percentages of Color #bfe157

%37.97
%44.73
%17.30

CMYK Percentages of Color #bfe157

%15
%0
%61
%12

Triadic Colors of #bfe157

#bfe157 #57bfe1 #e157bf

Analogous Colors of #bfe157

#bfe157 #7ae157 #e1be57

Monochromatic Colors of #bfe157

#bfe157

Complementary Color

#bfe157 #7957e1

#bfe157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe157 Color CSS Codes

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

#bfe157 Text Font Color

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

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


#bfe157 Background Color

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

This div background color is #bfe157


#bfe157 Border Color

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

This div border color is #bfe157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe157


Comments

No comments written yet.

Please login to write comment.