Color Hex Logo

#b5eaac Color Hex

#B5EAAC
(181,234,172)
0 Favorites   0 Comments

Color spaces of #b5eaac

RGB 181234172
HSL0.310.600.80
HSV111°26°92°
CMYK 0.230.000.26   0.08
XYZ55.925371.648049.9116
Yxy71.64800.31510.4037
Hunter Lab84.6451-30.193524.2908
CIE-Lab87.7989-28.429024.7543

#b5eaac color RGB value is (181,234,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101010 10101100
Octal 265 352 254
Decimal 181 234 172
Hex B5 EA AC

RGB Percentages of Color #b5eaac

%30.83
%39.86
%29.30

CMYK Percentages of Color #b5eaac

%23
%0
%26
%8

Triadic Colors of #b5eaac

#b5eaac #acb5ea #eaacb5

Analogous Colors of #b5eaac

#b5eaac #aceac2 #d4eaac

Monochromatic Colors of #b5eaac

#b5eaac

Complementary Color

#b5eaac #e1acea

#b5eaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eaac Color CSS Codes

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

#b5eaac Text Font Color

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

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


#b5eaac Background Color

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

This div background color is #b5eaac


#b5eaac Border Color

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

This div border color is #b5eaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eaac


Comments

No comments written yet.

Please login to write comment.