Color Hex Logo

#b4fd9f Color Hex

#B4FD9F
(180,253,159)
0 Favorites   0 Comments

Color spaces of #b4fd9f

RGB 180253159
HSL0.300.960.81
HSV107°37°99°
CMYK 0.290.000.37   0.01
XYZ60.205782.457145.5435
Yxy82.45710.31990.4381
Hunter Lab90.8059-40.562133.8274
CIE-Lab92.7762-39.455537.9726

#b4fd9f color RGB value is (180,253,159).

#b4fd9f hex color red value is 180, green value is 253 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b4fd9f hue: 0.30 , saturation: 0.96 and the lightness value of b4fd9f is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111101 10011111
Octal 264 375 237
Decimal 180 253 159
Hex B4 FD 9F

RGB Percentages of Color #b4fd9f

%30.41
%42.74
%26.86

CMYK Percentages of Color #b4fd9f

%29
%0
%37
%1

Triadic Colors of #b4fd9f

#b4fd9f #9fb4fd #fd9fb4

Analogous Colors of #b4fd9f

#b4fd9f #9ffdb9 #e3fd9f

Monochromatic Colors of #b4fd9f

#b4fd9f

Complementary Color

#b4fd9f #e89ffd

#b4fd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fd9f Color CSS Codes

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

#b4fd9f Text Font Color

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

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


#b4fd9f Background Color

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

This div background color is #b4fd9f


#b4fd9f Border Color

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

This div border color is #b4fd9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,253,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 #b4fd9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fd9f


Comments

No comments written yet.

Please login to write comment.