Color Hex Logo

#b5fc9f Color Hex

#B5FC9F
(181,252,159)
0 Favorites   0 Comments

Color spaces of #b5fc9f

RGB 181252159
HSL0.290.940.81
HSV106°37°99°
CMYK 0.280.000.37   0.01
XYZ60.124581.947845.4495
Yxy81.94780.32060.4370
Hunter Lab90.5250-39.863533.6000
CIE-Lab92.5518-38.681337.6887

#b5fc9f color RGB value is (181,252,159).

#b5fc9f hex color red value is 181, green value is 252 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b5fc9f hue: 0.29 , saturation: 0.94 and the lightness value of b5fc9f is 0.81.

The process color (four color CMYK) of #b5fc9f color hex is 0.28, 0.00, 0.37, 0.01. Web safe color of #b5fc9f is #ccff99. Color #b5fc9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111100 10011111
Octal 265 374 237
Decimal 181 252 159
Hex B5 FC 9F

RGB Percentages of Color #b5fc9f

%30.57
%42.57
%26.86

CMYK Percentages of Color #b5fc9f

%28
%0
%37
%1

Triadic Colors of #b5fc9f

#b5fc9f #9fb5fc #fc9fb5

Analogous Colors of #b5fc9f

#b5fc9f #9ffcb8 #e4fc9f

Monochromatic Colors of #b5fc9f

#b5fc9f

Complementary Color

#b5fc9f #e69ffc

#b5fc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fc9f Color CSS Codes

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

#b5fc9f Text Font Color

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

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


#b5fc9f Background Color

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

This div background color is #b5fc9f


#b5fc9f Border Color

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

This div border color is #b5fc9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,252,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5fc9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5fc9f;
  -webkit-box-shadow: 1px 1px 3px 2px #b5fc9f;
  box-shadow:         1px 1px 3px 2px #b5fc9f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,252,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fc9f


Comments

No comments written yet.

Please login to write comment.