Color Hex Logo

#bfe44f Color Hex

#BFE44F
(191,228,79)
0 Favorites   0 Comments

Color spaces of #bfe44f

RGB 19122879
HSL0.210.730.60
HSV75°65°89°
CMYK 0.160.000.65   0.11
XYZ50.640567.127717.6850
Yxy67.12770.37390.4956
Hunter Lab81.9315-33.052244.5542
CIE-Lab85.5684-32.451365.9961

#bfe44f color RGB value is (191,228,79).

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

The process color (four color CMYK) of #bfe44f color hex is 0.16, 0.00, 0.65, 0.11. Web safe color of #bfe44f is #cccc66. Color #bfe44f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 01001111
Octal 277 344 117
Decimal 191 228 79
Hex BF E4 4F

RGB Percentages of Color #bfe44f

%38.35
%45.78
%15.86

CMYK Percentages of Color #bfe44f

%16
%0
%65
%11

Triadic Colors of #bfe44f

#bfe44f #4fbfe4 #e44fbf

Analogous Colors of #bfe44f

#bfe44f #75e44f #e4bf4f

Monochromatic Colors of #bfe44f

#bfe44f

Complementary Color

#bfe44f #744fe4

#bfe44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe44f Color CSS Codes

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

#bfe44f Text Font Color

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

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


#bfe44f Background Color

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

This div background color is #bfe44f


#bfe44f Border Color

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

This div border color is #bfe44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe44f


Comments

No comments written yet.

Please login to write comment.