Color Hex Logo

#b9fe8a Color Hex

#B9FE8A
(185,254,138)
0 Favorites   0 Comments

Color spaces of #b9fe8a

RGB 185254138
HSL0.270.980.77
HSV96°46°100°
CMYK 0.270.000.46   0.00
XYZ60.036883.032936.9074
Yxy83.03290.33360.4614
Hunter Lab91.1224-41.857939.7714
CIE-Lab93.0288-40.946248.5321

#b9fe8a color RGB value is (185,254,138).

#b9fe8a hex color red value is 185, green value is 254 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b9fe8a hue: 0.27 , saturation: 0.98 and the lightness value of b9fe8a is 0.77.

The process color (four color CMYK) of #b9fe8a color hex is 0.27, 0.00, 0.46, 0.00. Web safe color of #b9fe8a is #ccff99. Color #b9fe8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111110 10001010
Octal 271 376 212
Decimal 185 254 138
Hex B9 FE 8A

RGB Percentages of Color #b9fe8a

%32.06
%44.02
%23.92

CMYK Percentages of Color #b9fe8a

%27
%0
%46
%0

Triadic Colors of #b9fe8a

#b9fe8a #8ab9fe #fe8ab9

Analogous Colors of #b9fe8a

#b9fe8a #8afe95 #f3fe8a

Monochromatic Colors of #b9fe8a

#b9fe8a

Complementary Color

#b9fe8a #cf8afe

#b9fe8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fe8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fe8a Color CSS Codes

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

#b9fe8a Text Font Color

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

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


#b9fe8a Background Color

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

This div background color is #b9fe8a


#b9fe8a Border Color

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

This div border color is #b9fe8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,254,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9fe8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9fe8a;
  -webkit-box-shadow: 1px 1px 3px 2px #b9fe8a;
  box-shadow:         1px 1px 3px 2px #b9fe8a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,254,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fe8a

Related Colors


Comments

No comments written yet.

Please login to write comment.