Color Hex Logo

#b2ffa1 Color Hex

#B2FFA1
(178,255,161)
0 Favorites   0 Comments

Color spaces of #b2ffa1

RGB 178255161
HSL0.301.000.82
HSV109°37°100°
CMYK 0.300.000.37   0.00
XYZ60.553183.558246.6551
Yxy83.55820.31740.4380
Hunter Lab91.4102-41.723533.7259
CIE-Lab93.2583-40.708937.5966

#b2ffa1 color RGB value is (178,255,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111111 10100001
Octal 262 377 241
Decimal 178 255 161
Hex B2 FF A1

RGB Percentages of Color #b2ffa1

%29.97
%42.93
%27.10

CMYK Percentages of Color #b2ffa1

%30
%0
%37
%0

Triadic Colors of #b2ffa1

#b2ffa1 #a1b2ff #ffa1b2

Analogous Colors of #b2ffa1

#b2ffa1 #a1ffbf #e1ffa1

Monochromatic Colors of #b2ffa1

#b2ffa1

Complementary Color

#b2ffa1 #eea1ff

#b2ffa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ffa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ffa1 Color CSS Codes

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

#b2ffa1 Text Font Color

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

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


#b2ffa1 Background Color

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

This div background color is #b2ffa1


#b2ffa1 Border Color

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

This div border color is #b2ffa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ffa1

#b2ffa1 Color Palettes


Comments

No comments written yet.

Please login to write comment.