Color Hex Logo

#b2feaa Color Hex

#B2FEAA
(178,254,170)
0 Favorites   0 Comments

Color spaces of #b2feaa

RGB 178254170
HSL0.320.980.83
HSV114°33°100°
CMYK 0.300.000.33   0.00
XYZ61.057683.250950.8812
Yxy83.25090.31280.4265
Hunter Lab91.2419-40.224130.8062
CIE-Lab93.1242-38.939332.9437

#b2feaa color RGB value is (178,254,170).

#b2feaa hex color red value is 178, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b2feaa hue: 0.32 , saturation: 0.98 and the lightness value of b2feaa is 0.83.

The process color (four color CMYK) of #b2feaa color hex is 0.30, 0.00, 0.33, 0.00. Web safe color of #b2feaa is #99ff99. Color #b2feaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111110 10101010
Octal 262 376 252
Decimal 178 254 170
Hex B2 FE AA

RGB Percentages of Color #b2feaa

%29.57
%42.19
%28.24

CMYK Percentages of Color #b2feaa

%30
%0
%33
%0

Triadic Colors of #b2feaa

#b2feaa #aab2fe #feaab2

Analogous Colors of #b2feaa

#b2feaa #aafecc #dcfeaa

Monochromatic Colors of #b2feaa

#b2feaa

Complementary Color

#b2feaa #f6aafe

#b2feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2feaa Color CSS Codes

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

#b2feaa Text Font Color

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

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


#b2feaa Background Color

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

This div background color is #b2feaa


#b2feaa Border Color

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

This div border color is #b2feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2feaa


Comments

No comments written yet.

Please login to write comment.