Color Hex Logo

#b2efbf Color Hex

#B2EFBF
(178,239,191)
0 Favorites   0 Comments

Color spaces of #b2efbf

RGB 178239191
HSL0.370.660.82
HSV133°26°94°
CMYK 0.260.000.20   0.06
XYZ58.630674.959660.6687
Yxy74.95960.30180.3859
Hunter Lab86.5792-30.635219.0591
CIE-Lab89.3741-28.568817.1040

#b2efbf color RGB value is (178,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101111 10111111
Octal 262 357 277
Decimal 178 239 191
Hex B2 EF BF

RGB Percentages of Color #b2efbf

%29.28
%39.31
%31.41

CMYK Percentages of Color #b2efbf

%26
%0
%20
%6

Triadic Colors of #b2efbf

#b2efbf #bfb2ef #efbfb2

Analogous Colors of #b2efbf

#b2efbf #b2efde #c4efb2

Monochromatic Colors of #b2efbf

#b2efbf

Complementary Color

#b2efbf #efb2e2

#b2efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2efbf Color CSS Codes

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

#b2efbf Text Font Color

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

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


#b2efbf Background Color

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

This div background color is #b2efbf


#b2efbf Border Color

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

This div border color is #b2efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2efbf


Comments

No comments written yet.

Please login to write comment.