Color Hex Logo

#b5e6ac Color Hex

#B5E6AC
(181,230,172)
0 Favorites   0 Comments

Color spaces of #b5e6ac

RGB 181230172
HSL0.310.540.79
HSV111°25°90°
CMYK 0.210.000.25   0.10
XYZ54.799369.395949.5363
Yxy69.39590.31540.3994
Hunter Lab83.3042-28.361223.0565
CIE-Lab86.6997-26.522223.2467

#b5e6ac color RGB value is (181,230,172).

#b5e6ac hex color red value is 181, green value is 230 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b5e6ac hue: 0.31 , saturation: 0.54 and the lightness value of b5e6ac is 0.79.

The process color (four color CMYK) of #b5e6ac color hex is 0.21, 0.00, 0.25, 0.10. Web safe color of #b5e6ac is #ccff99. Color #b5e6ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11100110 10101100
Octal 265 346 254
Decimal 181 230 172
Hex B5 E6 AC

RGB Percentages of Color #b5e6ac

%31.05
%39.45
%29.50

CMYK Percentages of Color #b5e6ac

%21
%0
%25
%10

Triadic Colors of #b5e6ac

#b5e6ac #acb5e6 #e6acb5

Analogous Colors of #b5e6ac

#b5e6ac #ace6c0 #d2e6ac

Monochromatic Colors of #b5e6ac

#b5e6ac

Complementary Color

#b5e6ac #ddace6

#b5e6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5e6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5e6ac Color CSS Codes

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

#b5e6ac Text Font Color

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

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


#b5e6ac Background Color

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

This div background color is #b5e6ac


#b5e6ac Border Color

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

This div border color is #b5e6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5e6ac


Comments

No comments written yet.

Please login to write comment.