Color Hex Logo

#bfe98c Color Hex

#BFE98C
(191,233,140)
0 Favorites   0 Comments

Color spaces of #bfe98c

RGB 191233140
HSL0.240.680.73
HSV87°40°91°
CMYK 0.180.000.40   0.09
XYZ55.358471.247635.6454
Yxy71.24760.34120.4391
Hunter Lab84.4083-30.646934.0478
CIE-Lab87.6052-29.014540.7888

#bfe98c color RGB value is (191,233,140).

#bfe98c hex color red value is 191, green value is 233 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bfe98c hue: 0.24 , saturation: 0.68 and the lightness value of bfe98c is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101001 10001100
Octal 277 351 214
Decimal 191 233 140
Hex BF E9 8C

RGB Percentages of Color #bfe98c

%33.87
%41.31
%24.82

CMYK Percentages of Color #bfe98c

%18
%0
%40
%9

Triadic Colors of #bfe98c

#bfe98c #8cbfe9 #e98cbf

Analogous Colors of #bfe98c

#bfe98c #91e98c #e9e58c

Monochromatic Colors of #bfe98c

#bfe98c

Complementary Color

#bfe98c #b68ce9

#bfe98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe98c Color CSS Codes

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

#bfe98c Text Font Color

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

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


#bfe98c Background Color

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

This div background color is #bfe98c


#bfe98c Border Color

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

This div border color is #bfe98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe98c


Comments

No comments written yet.

Please login to write comment.