Color Hex Logo

#bfe27e Color Hex

#BFE27E
(191,226,126)
0 Favorites   0 Comments

Color spaces of #bfe27e

RGB 191226126
HSL0.230.630.69
HSV81°44°89°
CMYK 0.150.000.44   0.11
XYZ52.448166.975429.9019
Yxy66.97540.35120.4485
Hunter Lab81.8385-28.821535.6238
CIE-Lab85.4915-27.353444.9855

#bfe27e color RGB value is (191,226,126).

#bfe27e hex color red value is 191, green value is 226 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bfe27e hue: 0.23 , saturation: 0.63 and the lightness value of bfe27e is 0.69.

The process color (four color CMYK) of #bfe27e color hex is 0.15, 0.00, 0.44, 0.11. Web safe color of #bfe27e is #cccc66. Color #bfe27e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 01111110
Octal 277 342 176
Decimal 191 226 126
Hex BF E2 7E

RGB Percentages of Color #bfe27e

%35.17
%41.62
%23.20

CMYK Percentages of Color #bfe27e

%15
%0
%44
%11

Triadic Colors of #bfe27e

#bfe27e #7ebfe2 #e27ebf

Analogous Colors of #bfe27e

#bfe27e #8de27e #e2d37e

Monochromatic Colors of #bfe27e

#bfe27e

Complementary Color

#bfe27e #a17ee2

#bfe27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe27e Color CSS Codes

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

#bfe27e Text Font Color

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

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


#bfe27e Background Color

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

This div background color is #bfe27e


#bfe27e Border Color

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

This div border color is #bfe27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe27e


Comments

No comments written yet.

Please login to write comment.