Color Hex Logo

#b2fea1 Color Hex

#B2FEA1
(178,254,161)
0 Favorites   0 Comments

Color spaces of #b2fea1

RGB 178254161
HSL0.300.980.81
HSV109°37°100°
CMYK 0.300.000.37   0.00
XYZ60.234982.921846.5490
Yxy82.92180.31750.4371
Hunter Lab91.0614-41.284133.4350
CIE-Lab92.9802-40.265237.2315

#b2fea1 color RGB value is (178,254,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111110 10100001
Octal 262 376 241
Decimal 178 254 161
Hex B2 FE A1

RGB Percentages of Color #b2fea1

%30.02
%42.83
%27.15

CMYK Percentages of Color #b2fea1

%30
%0
%37
%0

Triadic Colors of #b2fea1

#b2fea1 #a1b2fe #fea1b2

Analogous Colors of #b2fea1

#b2fea1 #a1febf #e1fea1

Monochromatic Colors of #b2fea1

#b2fea1

Complementary Color

#b2fea1 #eda1fe

#b2fea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fea1 Color CSS Codes

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

#b2fea1 Text Font Color

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

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


#b2fea1 Background Color

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

This div background color is #b2fea1


#b2fea1 Border Color

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

This div border color is #b2fea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fea1

Related Colors


Comments

No comments written yet.

Please login to write comment.