Color Hex Logo

#b2ebce Color Hex

#B2EBCE
(178,235,206)
0 Favorites   0 Comments

Color spaces of #b2ebce

RGB 178235206
HSL0.420.590.81
HSV149°24°92°
CMYK 0.240.000.12   0.08
XYZ59.209073.337969.4275
Yxy73.33790.29320.3631
Hunter Lab85.6376-26.452511.8791
CIE-Lab88.6086-23.87448.2176

#b2ebce color RGB value is (178,235,206).

#b2ebce hex color red value is 178, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b2ebce hue: 0.42 , saturation: 0.59 and the lightness value of b2ebce is 0.81.

The process color (four color CMYK) of #b2ebce color hex is 0.24, 0.00, 0.12, 0.08. Web safe color of #b2ebce is #99ffcc. Color #b2ebce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101011 11001110
Octal 262 353 316
Decimal 178 235 206
Hex B2 EB CE

RGB Percentages of Color #b2ebce

%28.76
%37.96
%33.28

CMYK Percentages of Color #b2ebce

%24
%0
%12
%8

Triadic Colors of #b2ebce

#b2ebce #ceb2eb #ebceb2

Analogous Colors of #b2ebce

#b2ebce #b2ebeb #b3ebb2

Monochromatic Colors of #b2ebce

#b2ebce

Complementary Color

#b2ebce #ebb2cf

#b2ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ebce Color CSS Codes

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

#b2ebce Text Font Color

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

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


#b2ebce Background Color

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

This div background color is #b2ebce


#b2ebce Border Color

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

This div border color is #b2ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ebce


Comments

No comments written yet.

Please login to write comment.