Color Hex Logo

#b2ffec Color Hex

#B2FFEC
(178,255,236)
0 Favorites   0 Comments

Color spaces of #b2ffec

RGB 178255236
HSL0.461.000.85
HSV165°30°100°
CMYK 0.300.000.07   0.00
XYZ69.260487.041192.5071
Yxy87.04110.27840.3498
Hunter Lab93.2958-30.75396.5183
CIE-Lab94.7557-27.45781.5341

#b2ffec color RGB value is (178,255,236).

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

The process color (four color CMYK) of #b2ffec color hex is 0.30, 0.00, 0.07, 0.00. Web safe color of #b2ffec is #99ffff. Color #b2ffec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111111 11101100
Octal 262 377 354
Decimal 178 255 236
Hex B2 FF EC

RGB Percentages of Color #b2ffec

%26.61
%38.12
%35.28

CMYK Percentages of Color #b2ffec

%30
%0
%7
%0

Triadic Colors of #b2ffec

#b2ffec #ecb2ff #ffecb2

Analogous Colors of #b2ffec

#b2ffec #b2ecff #b2ffc6

Monochromatic Colors of #b2ffec

#b2ffec

Complementary Color

#b2ffec #ffb2c5

#b2ffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ffec Color CSS Codes

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

#b2ffec Text Font Color

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

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


#b2ffec Background Color

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

This div background color is #b2ffec


#b2ffec Border Color

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

This div border color is #b2ffec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ffec


Comments

No comments written yet.

Please login to write comment.