Color Hex Logo

#bfe74e Color Hex

#BFE74E
(191,231,78)
0 Favorites   0 Comments

Color spaces of #bfe74e

RGB 19123178
HSL0.210.760.61
HSV76°66°91°
CMYK 0.170.000.66   0.09
XYZ51.436968.778317.7722
Yxy68.77830.37280.4984
Hunter Lab82.9327-34.422145.3472
CIE-Lab86.3941-33.896867.2407

#bfe74e color RGB value is (191,231,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 01001110
Octal 277 347 116
Decimal 191 231 78
Hex BF E7 4E

RGB Percentages of Color #bfe74e

%38.20
%46.20
%15.60

CMYK Percentages of Color #bfe74e

%17
%0
%66
%9

Triadic Colors of #bfe74e

#bfe74e #4ebfe7 #e74ebf

Analogous Colors of #bfe74e

#bfe74e #73e74e #e7c34e

Monochromatic Colors of #bfe74e

#bfe74e

Complementary Color

#bfe74e #764ee7

#bfe74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe74e Color CSS Codes

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

#bfe74e Text Font Color

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

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


#bfe74e Background Color

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

This div background color is #bfe74e


#bfe74e Border Color

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

This div border color is #bfe74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe74e


Comments

No comments written yet.

Please login to write comment.