Color Hex Logo

#b2eaac Color Hex

#B2EAAC
(178,234,172)
0 Favorites   0 Comments

Color spaces of #b2eaac

RGB 178234172
HSL0.320.600.80
HSV114°26°92°
CMYK 0.240.000.26   0.08
XYZ55.229371.289249.8790
Yxy71.28920.31310.4041
Hunter Lab84.4329-30.997124.0773
CIE-Lab87.6253-29.426224.4887

#b2eaac color RGB value is (178,234,172).

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

The process color (four color CMYK) of #b2eaac color hex is 0.24, 0.00, 0.26, 0.08. Web safe color of #b2eaac is #99ff99. Color #b2eaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101010 10101100
Octal 262 352 254
Decimal 178 234 172
Hex B2 EA AC

RGB Percentages of Color #b2eaac

%30.48
%40.07
%29.45

CMYK Percentages of Color #b2eaac

%24
%0
%26
%8

Triadic Colors of #b2eaac

#b2eaac #acb2ea #eaacb2

Analogous Colors of #b2eaac

#b2eaac #aceac5 #d1eaac

Monochromatic Colors of #b2eaac

#b2eaac

Complementary Color

#b2eaac #e4acea

#b2eaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eaac Color CSS Codes

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

#b2eaac Text Font Color

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

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


#b2eaac Background Color

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

This div background color is #b2eaac


#b2eaac Border Color

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

This div border color is #b2eaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eaac


Comments

No comments written yet.

Please login to write comment.