Color Hex Logo

#bff09e Color Hex

#BFF09E
(191,240,158)
0 Favorites   0 Comments

Color spaces of #bff09e

RGB 191240158
HSL0.270.730.78
HSV96°34°94°
CMYK 0.200.000.34   0.06
XYZ58.817575.865243.8912
Yxy75.86520.32940.4248
Hunter Lab87.1006-31.888231.0934
CIE-Lab89.7967-29.938834.6666

#bff09e color RGB value is (191,240,158).

#bff09e hex color red value is 191, green value is 240 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bff09e hue: 0.27 , saturation: 0.73 and the lightness value of bff09e is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110000 10011110
Octal 277 360 236
Decimal 191 240 158
Hex BF F0 9E

RGB Percentages of Color #bff09e

%32.43
%40.75
%26.83

CMYK Percentages of Color #bff09e

%20
%0
%34
%6

Triadic Colors of #bff09e

#bff09e #9ebff0 #f09ebf

Analogous Colors of #bff09e

#bff09e #9ef0a6 #e8f09e

Monochromatic Colors of #bff09e

#bff09e

Complementary Color

#bff09e #cf9ef0

#bff09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff09e Color CSS Codes

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

#bff09e Text Font Color

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

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


#bff09e Background Color

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

This div background color is #bff09e


#bff09e Border Color

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

This div border color is #bff09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff09e


Comments

No comments written yet.

Please login to write comment.