Color Hex Logo

#bfe64f Color Hex

#BFE64F
(191,230,79)
0 Favorites   0 Comments

Color spaces of #bfe64f

RGB 19123079
HSL0.210.750.61
HSV75°66°90°
CMYK 0.170.000.66   0.10
XYZ51.194068.234517.8695
Yxy68.23450.37290.4970
Hunter Lab82.6042-33.931844.9969
CIE-Lab86.1236-33.372966.5751

#bfe64f color RGB value is (191,230,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 01001111
Octal 277 346 117
Decimal 191 230 79
Hex BF E6 4F

RGB Percentages of Color #bfe64f

%38.20
%46.00
%15.80

CMYK Percentages of Color #bfe64f

%17
%0
%66
%10

Triadic Colors of #bfe64f

#bfe64f #4fbfe6 #e64fbf

Analogous Colors of #bfe64f

#bfe64f #74e64f #e6c24f

Monochromatic Colors of #bfe64f

#bfe64f

Complementary Color

#bfe64f #764fe6

#bfe64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe64f Color CSS Codes

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

#bfe64f Text Font Color

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

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


#bfe64f Background Color

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

This div background color is #bfe64f


#bfe64f Border Color

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

This div border color is #bfe64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe64f


Comments

No comments written yet.

Please login to write comment.