Color Hex Logo

#b2ebbc Color Hex

#B2EBBC
(178,235,188)
0 Favorites   0 Comments

Color spaces of #b2ebbc

RGB 178235188
HSL0.360.590.81
HSV131°24°92°
CMYK 0.240.000.20   0.08
XYZ57.145572.512558.5614
Yxy72.51250.30360.3853
Hunter Lab85.1543-29.231818.8337
CIE-Lab88.2147-27.196017.0331

#b2ebbc color RGB value is (178,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101011 10111100
Octal 262 353 274
Decimal 178 235 188
Hex B2 EB BC

RGB Percentages of Color #b2ebbc

%29.62
%39.10
%31.28

CMYK Percentages of Color #b2ebbc

%24
%0
%20
%8

Triadic Colors of #b2ebbc

#b2ebbc #bcb2eb #ebbcb2

Analogous Colors of #b2ebbc

#b2ebbc #b2ebd9 #c5ebb2

Monochromatic Colors of #b2ebbc

#b2ebbc

Complementary Color

#b2ebbc #ebb2e1

#b2ebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ebbc Color CSS Codes

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

#b2ebbc Text Font Color

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

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


#b2ebbc Background Color

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

This div background color is #b2ebbc


#b2ebbc Border Color

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

This div border color is #b2ebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ebbc


Comments

No comments written yet.

Please login to write comment.