Color Hex Logo

#b1eeac Color Hex

#B1EEAC
(177,238,172)
0 Favorites   0 Comments

Color spaces of #b1eeac

RGB 177238172
HSL0.320.660.80
HSV115°28°93°
CMYK 0.260.000.28   0.07
XYZ56.152473.474750.2522
Yxy73.47470.31220.4085
Hunter Lab85.7174-33.072325.2431
CIE-Lab88.6736-31.633025.9125

#b1eeac color RGB value is (177,238,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101110 10101100
Octal 261 356 254
Decimal 177 238 172
Hex B1 EE AC

RGB Percentages of Color #b1eeac

%30.15
%40.55
%29.30

CMYK Percentages of Color #b1eeac

%26
%0
%28
%7

Triadic Colors of #b1eeac

#b1eeac #acb1ee #eeacb1

Analogous Colors of #b1eeac

#b1eeac #aceec8 #d2eeac

Monochromatic Colors of #b1eeac

#b1eeac

Complementary Color

#b1eeac #e9acee

#b1eeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1eeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1eeac Color CSS Codes

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

#b1eeac Text Font Color

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

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


#b1eeac Background Color

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

This div background color is #b1eeac


#b1eeac Border Color

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

This div border color is #b1eeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1eeac


Comments

No comments written yet.

Please login to write comment.