Color Hex Logo

#bfe64e Color Hex

#BFE64E
(191,230,78)
0 Favorites   0 Comments

Color spaces of #bfe64e

RGB 19123078
HSL0.210.750.60
HSV75°66°90°
CMYK 0.170.000.66   0.10
XYZ51.157868.220117.6792
Yxy68.22010.37330.4977
Hunter Lab82.5955-33.983145.1261
CIE-Lab86.1164-33.437866.9528

#bfe64e color RGB value is (191,230,78).

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

The process color (four color CMYK) of #bfe64e color hex is 0.17, 0.00, 0.66, 0.10. Web safe color of #bfe64e is #ccff66. Color #bfe64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 01001110
Octal 277 346 116
Decimal 191 230 78
Hex BF E6 4E

RGB Percentages of Color #bfe64e

%38.28
%46.09
%15.63

CMYK Percentages of Color #bfe64e

%17
%0
%66
%10

Triadic Colors of #bfe64e

#bfe64e #4ebfe6 #e64ebf

Analogous Colors of #bfe64e

#bfe64e #73e64e #e6c14e

Monochromatic Colors of #bfe64e

#bfe64e

Complementary Color

#bfe64e #754ee6

#bfe64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe64e Color CSS Codes

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

#bfe64e Text Font Color

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

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


#bfe64e Background Color

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

This div background color is #bfe64e


#bfe64e Border Color

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

This div border color is #bfe64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe64e


Comments

No comments written yet.

Please login to write comment.