Color Hex Logo

#b0feac Color Hex

#B0FEAC
(176,254,172)
0 Favorites   0 Comments

Color spaces of #b0feac

RGB 176254172
HSL0.330.980.84
HSV117°32°100°
CMYK 0.310.000.32   0.00
XYZ60.792783.092351.8640
Yxy83.09230.31060.4245
Hunter Lab91.1550-40.476730.0745
CIE-Lab93.0548-39.265331.8312

#b0feac color RGB value is (176,254,172).

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

The process color (four color CMYK) of #b0feac color hex is 0.31, 0.00, 0.32, 0.00. Web safe color of #b0feac is #99ff99. Color #b0feac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111110 10101100
Octal 260 376 254
Decimal 176 254 172
Hex B0 FE AC

RGB Percentages of Color #b0feac

%29.24
%42.19
%28.57

CMYK Percentages of Color #b0feac

%31
%0
%32
%0

Triadic Colors of #b0feac

#b0feac #acb0fe #feacb0

Analogous Colors of #b0feac

#b0feac #acfed1 #d9feac

Monochromatic Colors of #b0feac

#b0feac

Complementary Color

#b0feac #faacfe

#b0feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0feac Color CSS Codes

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

#b0feac Text Font Color

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

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


#b0feac Background Color

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

This div background color is #b0feac


#b0feac Border Color

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

This div border color is #b0feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0feac

Related Colors


Comments

No comments written yet.

Please login to write comment.