Color Hex Logo

#b4ebac Color Hex

#B4EBAC
(180,235,172)
0 Favorites   0 Comments

Color spaces of #b4ebac

RGB 180235172
HSL0.310.610.80
HSV112°27°92°
CMYK 0.230.000.27   0.08
XYZ55.977172.098549.9958
Yxy72.09850.31440.4049
Hunter Lab84.9108-30.918624.5274
CIE-Lab88.0160-29.235425.0420

#b4ebac color RGB value is (180,235,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101011 10101100
Octal 264 353 254
Decimal 180 235 172
Hex B4 EB AC

RGB Percentages of Color #b4ebac

%30.66
%40.03
%29.30

CMYK Percentages of Color #b4ebac

%23
%0
%27
%8

Triadic Colors of #b4ebac

#b4ebac #acb4eb #ebacb4

Analogous Colors of #b4ebac

#b4ebac #acebc4 #d4ebac

Monochromatic Colors of #b4ebac

#b4ebac

Complementary Color

#b4ebac #e3aceb

#b4ebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ebac Color CSS Codes

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

#b4ebac Text Font Color

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

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


#b4ebac Background Color

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

This div background color is #b4ebac


#b4ebac Border Color

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

This div border color is #b4ebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ebac


Comments

No comments written yet.

Please login to write comment.