Color Hex Logo

#b2efba Color Hex

#B2EFBA
(178,239,186)
0 Favorites   0 Comments

Color spaces of #b2efba

RGB 178239186
HSL0.360.660.82
HSV128°26°94°
CMYK 0.260.000.22   0.06
XYZ58.089574.743257.8196
Yxy74.74320.30470.3920
Hunter Lab86.4541-31.358620.8654
CIE-Lab89.2726-29.444719.5467

#b2efba color RGB value is (178,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101111 10111010
Octal 262 357 272
Decimal 178 239 186
Hex B2 EF BA

RGB Percentages of Color #b2efba

%29.52
%39.64
%30.85

CMYK Percentages of Color #b2efba

%26
%0
%22
%6

Triadic Colors of #b2efba

#b2efba #bab2ef #efbab2

Analogous Colors of #b2efba

#b2efba #b2efd9 #c9efb2

Monochromatic Colors of #b2efba

#b2efba

Complementary Color

#b2efba #efb2e7

#b2efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2efba Color CSS Codes

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

#b2efba Text Font Color

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

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


#b2efba Background Color

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

This div background color is #b2efba


#b2efba Border Color

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

This div border color is #b2efba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2efba


Comments

No comments written yet.

Please login to write comment.