Color Hex Logo

#b8feac Color Hex

#B8FEAC
(184,254,172)
0 Favorites   0 Comments

Color spaces of #b8feac

RGB 184254172
HSL0.310.980.84
HSV111°32°100°
CMYK 0.280.000.32   0.00
XYZ62.655484.052551.9512
Yxy84.05250.31540.4231
Hunter Lab91.6802-38.451130.5790
CIE-Lab93.4733-36.713332.4652

#b8feac color RGB value is (184,254,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11111110 10101100
Octal 270 376 254
Decimal 184 254 172
Hex B8 FE AC

RGB Percentages of Color #b8feac

%30.16
%41.64
%28.20

CMYK Percentages of Color #b8feac

%28
%0
%32
%0

Triadic Colors of #b8feac

#b8feac #acb8fe #feacb8

Analogous Colors of #b8feac

#b8feac #acfec9 #e1feac

Monochromatic Colors of #b8feac

#b8feac

Complementary Color

#b8feac #f2acfe

#b8feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8feac Color CSS Codes

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

#b8feac Text Font Color

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

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


#b8feac Background Color

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

This div background color is #b8feac


#b8feac Border Color

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

This div border color is #b8feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8feac

Related Colors


Comments

No comments written yet.

Please login to write comment.