Color Hex Logo

#bfe14e Color Hex

#BFE14E
(191,225,78)
0 Favorites   0 Comments

Color spaces of #bfe14e

RGB 19122578
HSL0.210.710.59
HSV74°65°88°
CMYK 0.150.000.65   0.12
XYZ49.786265.476917.2220
Yxy65.47690.37580.4942
Hunter Lab80.9178-31.780744.0236
CIE-Lab84.7289-31.125165.5094

#bfe14e color RGB value is (191,225,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 01001110
Octal 277 341 116
Decimal 191 225 78
Hex BF E1 4E

RGB Percentages of Color #bfe14e

%38.66
%45.55
%15.79

CMYK Percentages of Color #bfe14e

%15
%0
%65
%12

Triadic Colors of #bfe14e

#bfe14e #4ebfe1 #e14ebf

Analogous Colors of #bfe14e

#bfe14e #76e14e #e1ba4e

Monochromatic Colors of #bfe14e

#bfe14e

Complementary Color

#bfe14e #704ee1

#bfe14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe14e Color CSS Codes

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

#bfe14e Text Font Color

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

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


#bfe14e Background Color

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

This div background color is #bfe14e


#bfe14e Border Color

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

This div border color is #bfe14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe14e


Comments

No comments written yet.

Please login to write comment.