Color Hex Logo

#bfe66a Color Hex

#BFE66A
(191,230,106)
0 Favorites   0 Comments

Color spaces of #bfe66a

RGB 191230106
HSL0.220.710.66
HSV79°54°90°
CMYK 0.170.000.54   0.10
XYZ52.384268.710624.1372
Yxy68.71060.36070.4731
Hunter Lab82.8919-32.256240.7597
CIE-Lab86.3605-31.265855.4409

#bfe66a color RGB value is (191,230,106).

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

The process color (four color CMYK) of #bfe66a color hex is 0.17, 0.00, 0.54, 0.10. Web safe color of #bfe66a is #ccff66. Color #bfe66a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 01101010
Octal 277 346 152
Decimal 191 230 106
Hex BF E6 6A

RGB Percentages of Color #bfe66a

%36.24
%43.64
%20.11

CMYK Percentages of Color #bfe66a

%17
%0
%54
%10

Triadic Colors of #bfe66a

#bfe66a #6abfe6 #e66abf

Analogous Colors of #bfe66a

#bfe66a #81e66a #e6cf6a

Monochromatic Colors of #bfe66a

#bfe66a

Complementary Color

#bfe66a #916ae6

#bfe66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe66a Color CSS Codes

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

#bfe66a Text Font Color

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

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


#bfe66a Background Color

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

This div background color is #bfe66a


#bfe66a Border Color

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

This div border color is #bfe66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe66a


Comments

No comments written yet.

Please login to write comment.