Color Hex Logo

#b9feac Color Hex

#B9FEAC
(185,254,172)
0 Favorites   0 Comments

Color spaces of #b9feac

RGB 185254172
HSL0.310.980.84
HSV110°32°100°
CMYK 0.270.000.32   0.00
XYZ62.895884.176551.9625
Yxy84.17650.31600.4229
Hunter Lab91.7478-38.191530.6438
CIE-Lab93.5271-36.389432.5467

#b9feac color RGB value is (185,254,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111110 10101100
Octal 271 376 254
Decimal 185 254 172
Hex B9 FE AC

RGB Percentages of Color #b9feac

%30.28
%41.57
%28.15

CMYK Percentages of Color #b9feac

%27
%0
%32
%0

Triadic Colors of #b9feac

#b9feac #acb9fe #feacb9

Analogous Colors of #b9feac

#b9feac #acfec8 #e2feac

Monochromatic Colors of #b9feac

#b9feac

Complementary Color

#b9feac #f1acfe

#b9feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9feac Color CSS Codes

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

#b9feac Text Font Color

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

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


#b9feac Background Color

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

This div background color is #b9feac


#b9feac Border Color

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

This div border color is #b9feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9feac

Related Colors


Comments

No comments written yet.

Please login to write comment.