Color Hex Logo

#bfe88f Color Hex

#BFE88F
(191,232,143)
0 Favorites   0 Comments

Color spaces of #bfe88f

RGB 191232143
HSL0.240.660.74
HSV88°38°91°
CMYK 0.180.000.38   0.09
XYZ55.300470.772836.7325
Yxy70.77280.33970.4347
Hunter Lab84.1266-29.885033.0006
CIE-Lab87.3745-28.166139.0038

#bfe88f color RGB value is (191,232,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101000 10001111
Octal 277 350 217
Decimal 191 232 143
Hex BF E8 8F

RGB Percentages of Color #bfe88f

%33.75
%40.99
%25.27

CMYK Percentages of Color #bfe88f

%18
%0
%38
%9

Triadic Colors of #bfe88f

#bfe88f #8fbfe8 #e88fbf

Analogous Colors of #bfe88f

#bfe88f #93e88f #e8e58f

Monochromatic Colors of #bfe88f

#bfe88f

Complementary Color

#bfe88f #b88fe8

#bfe88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe88f Color CSS Codes

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

#bfe88f Text Font Color

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

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


#bfe88f Background Color

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

This div background color is #bfe88f


#bfe88f Border Color

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

This div border color is #bfe88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe88f


Comments

No comments written yet.

Please login to write comment.