Color Hex Logo

#b2efac Color Hex

#B2EFAC
(178,239,172)
0 Favorites   0 Comments

Color spaces of #b2efac

RGB 178239172
HSL0.320.680.81
HSV115°28°94°
CMYK 0.260.000.28   0.06
XYZ56.673074.176550.3602
Yxy74.17650.31270.4093
Hunter Lab86.1258-33.262525.6195
CIE-Lab89.0058-31.772426.3747

#b2efac color RGB value is (178,239,172).

#b2efac hex color red value is 178, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b2efac hue: 0.32 , saturation: 0.68 and the lightness value of b2efac is 0.81.

The process color (four color CMYK) of #b2efac color hex is 0.26, 0.00, 0.28, 0.06. Web safe color of #b2efac is #99ff99. Color #b2efac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101111 10101100
Octal 262 357 254
Decimal 178 239 172
Hex B2 EF AC

RGB Percentages of Color #b2efac

%30.22
%40.58
%29.20

CMYK Percentages of Color #b2efac

%26
%0
%28
%6

Triadic Colors of #b2efac

#b2efac #acb2ef #efacb2

Analogous Colors of #b2efac

#b2efac #acefc8 #d4efac

Monochromatic Colors of #b2efac

#b2efac

Complementary Color

#b2efac #e9acef

#b2efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2efac Color CSS Codes

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

#b2efac Text Font Color

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

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


#b2efac Background Color

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

This div background color is #b2efac


#b2efac Border Color

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

This div border color is #b2efac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2efac


Comments

No comments written yet.

Please login to write comment.