Color Hex Logo

#bfe95a Color Hex

#BFE95A
(191,233,90)
0 Favorites   0 Comments

Color spaces of #bfe95a

RGB 19123390
HSL0.220.760.63
HSV78°61°91°
CMYK 0.180.000.61   0.09
XYZ52.470270.092420.4366
Yxy70.09240.36690.4902
Hunter Lab83.7212-34.641644.1320
CIE-Lab87.0422-33.979663.1482

#bfe95a color RGB value is (191,233,90).

#bfe95a hex color red value is 191, green value is 233 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bfe95a hue: 0.22 , saturation: 0.76 and the lightness value of bfe95a is 0.63.

The process color (four color CMYK) of #bfe95a color hex is 0.18, 0.00, 0.61, 0.09. Web safe color of #bfe95a is #ccff66. Color #bfe95a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101001 01011010
Octal 277 351 132
Decimal 191 233 90
Hex BF E9 5A

RGB Percentages of Color #bfe95a

%37.16
%45.33
%17.51

CMYK Percentages of Color #bfe95a

%18
%0
%61
%9

Triadic Colors of #bfe95a

#bfe95a #5abfe9 #e95abf

Analogous Colors of #bfe95a

#bfe95a #78e95a #e9cc5a

Monochromatic Colors of #bfe95a

#bfe95a

Complementary Color

#bfe95a #845ae9

#bfe95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe95a Color CSS Codes

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

#bfe95a Text Font Color

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

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


#bfe95a Background Color

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

This div background color is #bfe95a


#bfe95a Border Color

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

This div border color is #bfe95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe95a


Comments

No comments written yet.

Please login to write comment.