Color Hex Logo

#b2feef Color Hex

#B2FEEF
(178,254,239)
0 Favorites   0 Comments

Color spaces of #b2feef

RGB 178254239
HSL0.470.970.85
HSV168°30°100°
CMYK 0.300.000.06   0.00
XYZ69.381986.580694.7163
Yxy86.58060.27680.3454
Hunter Lab93.0487-29.73644.7815
CIE-Lab94.5600-26.3514-0.2993

#b2feef color RGB value is (178,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111110 11101111
Octal 262 376 357
Decimal 178 254 239
Hex B2 FE EF

RGB Percentages of Color #b2feef

%26.53
%37.85
%35.62

CMYK Percentages of Color #b2feef

%30
%0
%6
%0

Triadic Colors of #b2feef

#b2feef #efb2fe #feefb2

Analogous Colors of #b2feef

#b2feef #b2e7fe #b2fec9

Monochromatic Colors of #b2feef

#b2feef

Complementary Color

#b2feef #feb2c1

#b2feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2feef Color CSS Codes

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

#b2feef Text Font Color

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

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


#b2feef Background Color

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

This div background color is #b2feef


#b2feef Border Color

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

This div border color is #b2feef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2feef

Related Colors


Comments

No comments written yet.

Please login to write comment.