Color Hex Logo

#b2fec6 Color Hex

#B2FEC6
(178,254,198)
0 Favorites   0 Comments

Color spaces of #b2fec6

RGB 178254198
HSL0.380.970.85
HSV136°30°100°
CMYK 0.300.000.22   0.00
XYZ63.995084.425866.3490
Yxy84.42580.29800.3931
Hunter Lab91.8835-36.474521.5052
CIE-Lab93.6351-34.331419.4669

#b2fec6 color RGB value is (178,254,198).

#b2fec6 hex color red value is 178, green value is 254 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #b2fec6 hue: 0.38 , saturation: 0.97 and the lightness value of b2fec6 is 0.85.

The process color (four color CMYK) of #b2fec6 color hex is 0.30, 0.00, 0.22, 0.00. Web safe color of #b2fec6 is #99ffcc. Color #b2fec6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111110 11000110
Octal 262 376 306
Decimal 178 254 198
Hex B2 FE C6

RGB Percentages of Color #b2fec6

%28.25
%40.32
%31.43

CMYK Percentages of Color #b2fec6

%30
%0
%22
%0

Triadic Colors of #b2fec6

#b2fec6 #c6b2fe #fec6b2

Analogous Colors of #b2fec6

#b2fec6 #b2feec #c4feb2

Monochromatic Colors of #b2fec6

#b2fec6

Complementary Color

#b2fec6 #feb2ea

#b2fec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fec6 Color CSS Codes

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

#b2fec6 Text Font Color

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

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


#b2fec6 Background Color

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

This div background color is #b2fec6


#b2fec6 Border Color

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

This div border color is #b2fec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fec6


Comments

No comments written yet.

Please login to write comment.