Color Hex Logo

#bfe96a Color Hex

#BFE96A
(191,233,106)
0 Favorites   0 Comments

Color spaces of #bfe96a

RGB 191233106
HSL0.220.740.66
HSV80°55°91°
CMYK 0.180.000.55   0.09
XYZ53.226370.394824.4179
Yxy70.39480.35950.4755
Hunter Lab83.9016-33.589341.4759
CIE-Lab87.1901-32.656656.4038

#bfe96a color RGB value is (191,233,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101001 01101010
Octal 277 351 152
Decimal 191 233 106
Hex BF E9 6A

RGB Percentages of Color #bfe96a

%36.04
%43.96
%20.00

CMYK Percentages of Color #bfe96a

%18
%0
%55
%9

Triadic Colors of #bfe96a

#bfe96a #6abfe9 #e96abf

Analogous Colors of #bfe96a

#bfe96a #80e96a #e9d46a

Monochromatic Colors of #bfe96a

#bfe96a

Complementary Color

#bfe96a #946ae9

#bfe96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe96a Color CSS Codes

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

#bfe96a Text Font Color

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

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


#bfe96a Background Color

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

This div background color is #bfe96a


#bfe96a Border Color

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

This div border color is #bfe96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe96a


Comments

No comments written yet.

Please login to write comment.