Color Hex Logo

#b2fefe Color Hex

#B2FEFE
(178,254,254)
0 Favorites   0 Comments

Color spaces of #b2fefe

RGB 178254254
HSL0.500.970.85
HSV180°30°100°
CMYK 0.300.000.00   0.00
XYZ71.691387.5044106.8774
Yxy87.50440.26940.3289
Hunter Lab93.5438-26.9005-2.2605
CIE-Lab94.9519-23.0997-7.4681

#b2fefe color RGB value is (178,254,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111110 11111110
Octal 262 376 376
Decimal 178 254 254
Hex B2 FE FE

RGB Percentages of Color #b2fefe

%25.95
%37.03
%37.03

CMYK Percentages of Color #b2fefe

%30
%0
%0
%0

Triadic Colors of #b2fefe

#b2fefe #feb2fe #fefeb2

Analogous Colors of #b2fefe

#b2fefe #b2d8fe #b2fed8

Monochromatic Colors of #b2fefe

#b2fefe

Complementary Color

#b2fefe #feb2b2

#b2fefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fefe Color CSS Codes

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

#b2fefe Text Font Color

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

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


#b2fefe Background Color

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

This div background color is #b2fefe


#b2fefe Border Color

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

This div border color is #b2fefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fefe

Related Colors


Comments

No comments written yet.

Please login to write comment.