Color Hex Logo

#b2feee Color Hex

#B2FEEE
(178,254,238)
0 Favorites   0 Comments

Color spaces of #b2feee

RGB 178254238
HSL0.460.970.85
HSV167°30°100°
CMYK 0.300.000.06   0.00
XYZ69.234586.521693.9402
Yxy86.52160.27730.3465
Hunter Lab93.0170-29.91845.2334
CIE-Lab94.5349-26.56220.1803

#b2feee color RGB value is (178,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111110 11101110
Octal 262 376 356
Decimal 178 254 238
Hex B2 FE EE

RGB Percentages of Color #b2feee

%26.57
%37.91
%35.52

CMYK Percentages of Color #b2feee

%30
%0
%6
%0

Triadic Colors of #b2feee

#b2feee #eeb2fe #feeeb2

Analogous Colors of #b2feee

#b2feee #b2e8fe #b2fec8

Monochromatic Colors of #b2feee

#b2feee

Complementary Color

#b2feee #feb2c2

#b2feee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2feee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2feee Color CSS Codes

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

#b2feee Text Font Color

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

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


#b2feee Background Color

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

This div background color is #b2feee


#b2feee Border Color

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

This div border color is #b2feee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2feee

Related Colors


Comments

No comments written yet.

Please login to write comment.