Color Hex Logo

#b2eaba Color Hex

#B2EABA
(178,234,186)
0 Favorites   0 Comments

Color spaces of #b2eaba

RGB 178234186
HSL0.360.570.81
HSV129°24°92°
CMYK 0.240.000.21   0.08
XYZ56.645871.855857.3384
Yxy71.85580.30480.3867
Hunter Lab84.7678-29.061619.2327
CIE-Lab87.8991-27.069517.6293

#b2eaba color RGB value is (178,234,186).

#b2eaba hex color red value is 178, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b2eaba hue: 0.36 , saturation: 0.57 and the lightness value of b2eaba is 0.81.

The process color (four color CMYK) of #b2eaba color hex is 0.24, 0.00, 0.21, 0.08. Web safe color of #b2eaba is #99ffcc. Color #b2eaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101010 10111010
Octal 262 352 272
Decimal 178 234 186
Hex B2 EA BA

RGB Percentages of Color #b2eaba

%29.77
%39.13
%31.10

CMYK Percentages of Color #b2eaba

%24
%0
%21
%8

Triadic Colors of #b2eaba

#b2eaba #bab2ea #eabab2

Analogous Colors of #b2eaba

#b2eaba #b2ead6 #c6eab2

Monochromatic Colors of #b2eaba

#b2eaba

Complementary Color

#b2eaba #eab2e2

#b2eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eaba Color CSS Codes

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

#b2eaba Text Font Color

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

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


#b2eaba Background Color

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

This div background color is #b2eaba


#b2eaba Border Color

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

This div border color is #b2eaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,234,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2eaba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eaba


Comments

No comments written yet.

Please login to write comment.