Color Hex Logo

#bfe99b Color Hex

#BFE99B
(191,233,155)
0 Favorites   0 Comments

Color spaces of #bfe99b

RGB 191233155
HSL0.260.640.76
HSV92°33°91°
CMYK 0.180.000.33   0.09
XYZ56.541271.720841.8738
Yxy71.72080.33230.4216
Hunter Lab84.6881-29.030529.9659
CIE-Lab87.8340-27.048033.5819

#bfe99b color RGB value is (191,233,155).

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

The process color (four color CMYK) of #bfe99b color hex is 0.18, 0.00, 0.33, 0.09. Web safe color of #bfe99b is #ccff99. Color #bfe99b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101001 10011011
Octal 277 351 233
Decimal 191 233 155
Hex BF E9 9B

RGB Percentages of Color #bfe99b

%32.99
%40.24
%26.77

CMYK Percentages of Color #bfe99b

%18
%0
%33
%9

Triadic Colors of #bfe99b

#bfe99b #9bbfe9 #e99bbf

Analogous Colors of #bfe99b

#bfe99b #9be99e #e6e99b

Monochromatic Colors of #bfe99b

#bfe99b

Complementary Color

#bfe99b #c59be9

#bfe99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe99b Color CSS Codes

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

#bfe99b Text Font Color

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

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


#bfe99b Background Color

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

This div background color is #bfe99b


#bfe99b Border Color

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

This div border color is #bfe99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe99b


Comments

No comments written yet.

Please login to write comment.