Color Hex Logo

#b2efde Color Hex

#B2EFDE
(178,239,222)
0 Favorites   0 Comments

Color spaces of #b2efde

RGB 178239222
HSL0.450.660.82
HSV163°26°94°
CMYK 0.260.000.07   0.06
XYZ62.411476.471980.5784
Yxy76.47190.28440.3485
Hunter Lab87.4482-25.63976.5815
CIE-Lab90.0780-22.64391.9885

#b2efde color RGB value is (178,239,222).

#b2efde hex color red value is 178, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b2efde hue: 0.45 , saturation: 0.66 and the lightness value of b2efde is 0.82.

The process color (four color CMYK) of #b2efde color hex is 0.26, 0.00, 0.07, 0.06. Web safe color of #b2efde is #99ffcc. Color #b2efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101111 11011110
Octal 262 357 336
Decimal 178 239 222
Hex B2 EF DE

RGB Percentages of Color #b2efde

%27.86
%37.40
%34.74

CMYK Percentages of Color #b2efde

%26
%0
%7
%6

Triadic Colors of #b2efde

#b2efde #deb2ef #efdeb2

Analogous Colors of #b2efde

#b2efde #b2e2ef #b2efc0

Monochromatic Colors of #b2efde

#b2efde

Complementary Color

#b2efde #efb2c3

#b2efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2efde Color CSS Codes

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

#b2efde Text Font Color

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

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


#b2efde Background Color

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

This div background color is #b2efde


#b2efde Border Color

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

This div border color is #b2efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2efde


Comments

No comments written yet.

Please login to write comment.