Color Hex Logo

#b1efaa Color Hex

#B1EFAA
(177,239,170)
0 Favorites   0 Comments

Color spaces of #b1efaa

RGB 177239170
HSL0.320.680.80
HSV114°29°94°
CMYK 0.260.000.29   0.06
XYZ56.253773.982449.3454
Yxy73.98240.31320.4120
Hunter Lab86.0130-33.781326.1946
CIE-Lab88.9142-32.417727.2626

#b1efaa color RGB value is (177,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101111 10101010
Octal 261 357 252
Decimal 177 239 170
Hex B1 EF AA

RGB Percentages of Color #b1efaa

%30.20
%40.78
%29.01

CMYK Percentages of Color #b1efaa

%26
%0
%29
%6

Triadic Colors of #b1efaa

#b1efaa #aab1ef #efaab1

Analogous Colors of #b1efaa

#b1efaa #aaefc6 #d4efaa

Monochromatic Colors of #b1efaa

#b1efaa

Complementary Color

#b1efaa #e8aaef

#b1efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1efaa Color CSS Codes

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

#b1efaa Text Font Color

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

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


#b1efaa Background Color

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

This div background color is #b1efaa


#b1efaa Border Color

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

This div border color is #b1efaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,239,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b1efaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1efaa


Comments

No comments written yet.

Please login to write comment.