Color Hex Logo

#b5efaa Color Hex

#B5EFAA
(181,239,170)
0 Favorites   0 Comments

Color spaces of #b5efaa

RGB 181239170
HSL0.310.680.80
HSV110°29°94°
CMYK 0.240.000.29   0.06
XYZ57.178374.459049.3886
Yxy74.45900.31590.4113
Hunter Lab86.2896-32.727026.4676
CIE-Lab89.1390-31.099227.6053

#b5efaa color RGB value is (181,239,170).

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

The process color (four color CMYK) of #b5efaa color hex is 0.24, 0.00, 0.29, 0.06. Web safe color of #b5efaa is #ccff99. Color #b5efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101111 10101010
Octal 265 357 252
Decimal 181 239 170
Hex B5 EF AA

RGB Percentages of Color #b5efaa

%30.68
%40.51
%28.81

CMYK Percentages of Color #b5efaa

%24
%0
%29
%6

Triadic Colors of #b5efaa

#b5efaa #aab5ef #efaab5

Analogous Colors of #b5efaa

#b5efaa #aaefc2 #d8efaa

Monochromatic Colors of #b5efaa

#b5efaa

Complementary Color

#b5efaa #e4aaef

#b5efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5efaa Color CSS Codes

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

#b5efaa Text Font Color

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

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


#b5efaa Background Color

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

This div background color is #b5efaa


#b5efaa Border Color

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

This div border color is #b5efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5efaa


Comments

No comments written yet.

Please login to write comment.