Color Hex Logo

#b4efac Color Hex

#B4EFAC
(180,239,172)
0 Favorites   0 Comments

Color spaces of #b4efac

RGB 180239172
HSL0.310.680.81
HSV113°28°94°
CMYK 0.250.000.28   0.06
XYZ57.135374.414950.3819
Yxy74.41490.31400.4090
Hunter Lab86.2641-32.736225.7570
CIE-Lab89.1182-31.115626.5462

#b4efac color RGB value is (180,239,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101111 10101100
Octal 264 357 254
Decimal 180 239 172
Hex B4 EF AC

RGB Percentages of Color #b4efac

%30.46
%40.44
%29.10

CMYK Percentages of Color #b4efac

%25
%0
%28
%6

Triadic Colors of #b4efac

#b4efac #acb4ef #efacb4

Analogous Colors of #b4efac

#b4efac #acefc6 #d6efac

Monochromatic Colors of #b4efac

#b4efac

Complementary Color

#b4efac #e7acef

#b4efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4efac Color CSS Codes

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

#b4efac Text Font Color

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

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


#b4efac Background Color

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

This div background color is #b4efac


#b4efac Border Color

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

This div border color is #b4efac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4efac


Comments

No comments written yet.

Please login to write comment.