Color Hex Logo

#b5eaaa Color Hex

#B5EAAA
(181,234,170)
0 Favorites   0 Comments

Color spaces of #b5eaaa

RGB 181234170
HSL0.300.600.79
HSV110°27°92°
CMYK 0.230.000.27   0.08
XYZ55.734671.571748.9074
Yxy71.57170.31630.4062
Hunter Lab84.6001-30.454124.9444
CIE-Lab87.7620-28.746925.7320

#b5eaaa color RGB value is (181,234,170).

#b5eaaa hex color red value is 181, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b5eaaa hue: 0.30 , saturation: 0.60 and the lightness value of b5eaaa is 0.79.

The process color (four color CMYK) of #b5eaaa color hex is 0.23, 0.00, 0.27, 0.08. Web safe color of #b5eaaa is #ccff99. Color #b5eaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101010 10101010
Octal 265 352 252
Decimal 181 234 170
Hex B5 EA AA

RGB Percentages of Color #b5eaaa

%30.94
%40.00
%29.06

CMYK Percentages of Color #b5eaaa

%23
%0
%27
%8

Triadic Colors of #b5eaaa

#b5eaaa #aab5ea #eaaab5

Analogous Colors of #b5eaaa

#b5eaaa #aaeabf #d5eaaa

Monochromatic Colors of #b5eaaa

#b5eaaa

Complementary Color

#b5eaaa #dfaaea

#b5eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eaaa Color CSS Codes

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

#b5eaaa Text Font Color

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

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


#b5eaaa Background Color

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

This div background color is #b5eaaa


#b5eaaa Border Color

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

This div border color is #b5eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eaaa


Comments

No comments written yet.

Please login to write comment.