Color Hex Logo

#b2ebcb Color Hex

#B2EBCB
(178,235,203)
0 Favorites   0 Comments

Color spaces of #b2ebcb

RGB 178235203
HSL0.410.590.81
HSV146°24°92°
CMYK 0.240.000.14   0.08
XYZ58.847973.193467.5260
Yxy73.19340.29490.3668
Hunter Lab85.5531-26.936413.0904
CIE-Lab88.5399-24.44809.6852

#b2ebcb color RGB value is (178,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101011 11001011
Octal 262 353 313
Decimal 178 235 203
Hex B2 EB CB

RGB Percentages of Color #b2ebcb

%28.90
%38.15
%32.95

CMYK Percentages of Color #b2ebcb

%24
%0
%14
%8

Triadic Colors of #b2ebcb

#b2ebcb #cbb2eb #ebcbb2

Analogous Colors of #b2ebcb

#b2ebcb #b2ebe8 #b6ebb2

Monochromatic Colors of #b2ebcb

#b2ebcb

Complementary Color

#b2ebcb #ebb2d2

#b2ebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ebcb Color CSS Codes

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

#b2ebcb Text Font Color

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

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


#b2ebcb Background Color

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

This div background color is #b2ebcb


#b2ebcb Border Color

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

This div border color is #b2ebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ebcb


Comments

No comments written yet.

Please login to write comment.