Color Hex Logo

#b5ffaa Color Hex

#B5FFAA
(181,255,170)
0 Favorites   0 Comments

Color spaces of #b5ffaa

RGB 181255170
HSL0.311.000.83
HSV112°33°100°
CMYK 0.290.000.33   0.00
XYZ62.071884.246051.0198
Yxy84.24600.31450.4269
Hunter Lab91.7856-39.910831.2931
CIE-Lab93.5572-38.430433.5496

#b5ffaa color RGB value is (181,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111111 10101010
Octal 265 377 252
Decimal 181 255 170
Hex B5 FF AA

RGB Percentages of Color #b5ffaa

%29.87
%42.08
%28.05

CMYK Percentages of Color #b5ffaa

%29
%0
%33
%0

Triadic Colors of #b5ffaa

#b5ffaa #aab5ff #ffaab5

Analogous Colors of #b5ffaa

#b5ffaa #aaffca #e0ffaa

Monochromatic Colors of #b5ffaa

#b5ffaa

Complementary Color

#b5ffaa #f4aaff

#b5ffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ffaa Color CSS Codes

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

#b5ffaa Text Font Color

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

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


#b5ffaa Background Color

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

This div background color is #b5ffaa


#b5ffaa Border Color

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

This div border color is #b5ffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ffaa


Comments

No comments written yet.

Please login to write comment.