Color Hex Logo

#bfe20e Color Hex

#BFE20E
(191,226,14)
0 Favorites   0 Comments

Color spaces of #bfe20e

RGB 19122614
HSL0.190.880.47
HSV70°94°89°
CMYK 0.150.000.94   0.11
XYZ48.761565.500810.4884
Yxy65.50080.39090.5251
Hunter Lab80.9326-34.086648.9691
CIE-Lab84.7411-33.962382.0105

#bfe20e color RGB value is (191,226,14).

#bfe20e hex color red value is 191, green value is 226 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bfe20e hue: 0.19 , saturation: 0.88 and the lightness value of bfe20e is 0.47.

The process color (four color CMYK) of #bfe20e color hex is 0.15, 0.00, 0.94, 0.11. Web safe color of #bfe20e is #cccc00. Color #bfe20e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 00001110
Octal 277 342 16
Decimal 191 226 14
Hex BF E2 E

RGB Percentages of Color #bfe20e

%44.32
%52.44
%3.25

CMYK Percentages of Color #bfe20e

%15
%0
%94
%11

Triadic Colors of #bfe20e

#bfe20e #0ebfe2 #e20ebf

Analogous Colors of #bfe20e

#bfe20e #55e20e #e29b0e

Monochromatic Colors of #bfe20e

#bfe20e

Complementary Color

#bfe20e #310ee2

#bfe20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe20e Color CSS Codes

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

#bfe20e Text Font Color

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

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


#bfe20e Background Color

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

This div background color is #bfe20e


#bfe20e Border Color

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

This div border color is #bfe20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe20e


Comments

No comments written yet.

Please login to write comment.