Color Hex Logo

#bfe75e Color Hex

#BFE75E
(191,231,94)
0 Favorites   0 Comments

Color spaces of #bfe75e

RGB 19123194
HSL0.220.740.64
HSV78°59°91°
CMYK 0.170.000.59   0.09
XYZ52.082269.036321.1700
Yxy69.03630.36600.4852
Hunter Lab83.0881-33.514843.0552
CIE-Lab86.5220-32.751160.8976

#bfe75e color RGB value is (191,231,94).

#bfe75e hex color red value is 191, green value is 231 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bfe75e hue: 0.22 , saturation: 0.74 and the lightness value of bfe75e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 01011110
Octal 277 347 136
Decimal 191 231 94
Hex BF E7 5E

RGB Percentages of Color #bfe75e

%37.02
%44.77
%18.22

CMYK Percentages of Color #bfe75e

%17
%0
%59
%9

Triadic Colors of #bfe75e

#bfe75e #5ebfe7 #e75ebf

Analogous Colors of #bfe75e

#bfe75e #7be75e #e7cb5e

Monochromatic Colors of #bfe75e

#bfe75e

Complementary Color

#bfe75e #865ee7

#bfe75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe75e Color CSS Codes

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

#bfe75e Text Font Color

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

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


#bfe75e Background Color

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

This div background color is #bfe75e


#bfe75e Border Color

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

This div border color is #bfe75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe75e


Comments

No comments written yet.

Please login to write comment.