Color Hex Logo

#b1eaac Color Hex

#B1EAAC
(177,234,172)
0 Favorites   0 Comments

Color spaces of #b1eaac

RGB 177234172
HSL0.320.600.80
HSV115°26°92°
CMYK 0.240.000.26   0.08
XYZ55.000771.171349.8683
Yxy71.17130.31240.4043
Hunter Lab84.3631-31.261924.0069
CIE-Lab87.5682-29.756324.4011

#b1eaac color RGB value is (177,234,172).

#b1eaac hex color red value is 177, green value is 234 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b1eaac hue: 0.32 , saturation: 0.60 and the lightness value of b1eaac is 0.80.

The process color (four color CMYK) of #b1eaac color hex is 0.24, 0.00, 0.26, 0.08. Web safe color of #b1eaac is #99ff99. Color #b1eaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101010 10101100
Octal 261 352 254
Decimal 177 234 172
Hex B1 EA AC

RGB Percentages of Color #b1eaac

%30.36
%40.14
%29.50

CMYK Percentages of Color #b1eaac

%24
%0
%26
%8

Triadic Colors of #b1eaac

#b1eaac #acb1ea #eaacb1

Analogous Colors of #b1eaac

#b1eaac #aceac6 #d0eaac

Monochromatic Colors of #b1eaac

#b1eaac

Complementary Color

#b1eaac #e5acea

#b1eaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1eaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1eaac Color CSS Codes

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

#b1eaac Text Font Color

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

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


#b1eaac Background Color

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

This div background color is #b1eaac


#b1eaac Border Color

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

This div border color is #b1eaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1eaac


Comments

No comments written yet.

Please login to write comment.