Color Hex Logo

#b4ffac Color Hex

#B4FFAC
(180,255,172)
0 Favorites   0 Comments

Color spaces of #b4ffac

RGB 180255172
HSL0.321.000.84
HSV114°33°100°
CMYK 0.290.000.33   0.00
XYZ62.028884.201952.0130
Yxy84.20190.31290.4247
Hunter Lab91.7616-39.920830.6259
CIE-Lab93.5381-38.448232.5151

#b4ffac color RGB value is (180,255,172).

#b4ffac hex color red value is 180, green value is 255 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b4ffac hue: 0.32 , saturation: 1.00 and the lightness value of b4ffac is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111111 10101100
Octal 264 377 254
Decimal 180 255 172
Hex B4 FF AC

RGB Percentages of Color #b4ffac

%29.65
%42.01
%28.34

CMYK Percentages of Color #b4ffac

%29
%0
%33
%0

Triadic Colors of #b4ffac

#b4ffac #acb4ff #ffacb4

Analogous Colors of #b4ffac

#b4ffac #acffce #deffac

Monochromatic Colors of #b4ffac

#b4ffac

Complementary Color

#b4ffac #f7acff

#b4ffac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ffac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ffac Color CSS Codes

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

#b4ffac Text Font Color

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

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


#b4ffac Background Color

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

This div background color is #b4ffac


#b4ffac Border Color

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

This div border color is #b4ffac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,255,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ffac

#b4ffac Color Palettes


Comments

No comments written yet.

Please login to write comment.