Color Hex Logo

#b5feac Color Hex

#B5FEAC
(181,254,172)
0 Favorites   0 Comments

Color spaces of #b5feac

RGB 181254172
HSL0.320.980.84
HSV113°32°100°
CMYK 0.290.000.32   0.00
XYZ61.944383.685951.9179
Yxy83.68590.31360.4236
Hunter Lab91.4800-39.221430.3870
CIE-Lab93.3139-37.678832.2238

#b5feac color RGB value is (181,254,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111110 10101100
Octal 265 376 254
Decimal 181 254 172
Hex B5 FE AC

RGB Percentages of Color #b5feac

%29.82
%41.85
%28.34

CMYK Percentages of Color #b5feac

%29
%0
%32
%0

Triadic Colors of #b5feac

#b5feac #acb5fe #feacb5

Analogous Colors of #b5feac

#b5feac #acfecc #defeac

Monochromatic Colors of #b5feac

#b5feac

Complementary Color

#b5feac #f5acfe

#b5feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5feac Color CSS Codes

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

#b5feac Text Font Color

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

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


#b5feac Background Color

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

This div background color is #b5feac


#b5feac Border Color

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

This div border color is #b5feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5feac

Related Colors


Comments

No comments written yet.

Please login to write comment.