Color Hex Logo

#bfe44e Color Hex

#BFE44E
(191,228,78)
0 Favorites   0 Comments

Color spaces of #bfe44e

RGB 19122878
HSL0.210.740.60
HSV75°66°89°
CMYK 0.160.000.66   0.11
XYZ50.604467.113217.4947
Yxy67.11320.37430.4964
Hunter Lab81.9226-33.103544.6844
CIE-Lab85.5611-32.516166.3763

#bfe44e color RGB value is (191,228,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 01001110
Octal 277 344 116
Decimal 191 228 78
Hex BF E4 4E

RGB Percentages of Color #bfe44e

%38.43
%45.88
%15.69

CMYK Percentages of Color #bfe44e

%16
%0
%66
%11

Triadic Colors of #bfe44e

#bfe44e #4ebfe4 #e44ebf

Analogous Colors of #bfe44e

#bfe44e #74e44e #e4be4e

Monochromatic Colors of #bfe44e

#bfe44e

Complementary Color

#bfe44e #734ee4

#bfe44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe44e Color CSS Codes

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

#bfe44e Text Font Color

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

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


#bfe44e Background Color

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

This div background color is #bfe44e


#bfe44e Border Color

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

This div border color is #bfe44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe44e


Comments

No comments written yet.

Please login to write comment.