Color Hex Logo

#bfef9b Color Hex

#BFEF9B
(191,239,155)
0 Favorites   0 Comments

Color spaces of #bfef9b

RGB 191239155
HSL0.260.720.77
HSV94°35°94°
CMYK 0.200.000.35   0.06
XYZ58.268875.175942.4497
Yxy75.17590.33130.4274
Hunter Lab86.7040-31.772531.6648
CIE-Lab89.4753-29.882635.7480

#bfef9b color RGB value is (191,239,155).

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

The process color (four color CMYK) of #bfef9b color hex is 0.20, 0.00, 0.35, 0.06. Web safe color of #bfef9b is #ccff99. Color #bfef9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 10011011
Octal 277 357 233
Decimal 191 239 155
Hex BF EF 9B

RGB Percentages of Color #bfef9b

%32.65
%40.85
%26.50

CMYK Percentages of Color #bfef9b

%20
%0
%35
%6

Triadic Colors of #bfef9b

#bfef9b #9bbfef #ef9bbf

Analogous Colors of #bfef9b

#bfef9b #9befa1 #e9ef9b

Monochromatic Colors of #bfef9b

#bfef9b

Complementary Color

#bfef9b #cb9bef

#bfef9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfef9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfef9b Color CSS Codes

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

#bfef9b Text Font Color

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

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


#bfef9b Background Color

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

This div background color is #bfef9b


#bfef9b Border Color

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

This div border color is #bfef9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfef9b


Comments

No comments written yet.

Please login to write comment.