Color Hex Logo

#b2e2eb Color Hex

#B2E2EB
(178,226,235)
0 Favorites   0 Comments

Color spaces of #b2e2eb

RGB 178226235
HSL0.530.590.81
HSV189°24°92°
CMYK 0.240.040.00   0.08
XYZ60.551869.855888.8894
Yxy69.85580.27610.3185
Hunter Lab83.5798-16.9451-4.5507
CIE-Lab86.9261-13.4181-9.4630

#b2e2eb color RGB value is (178,226,235).

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

The process color (four color CMYK) of #b2e2eb color hex is 0.24, 0.04, 0.00, 0.08. Web safe color of #b2e2eb is #99ccff. Color #b2e2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11100010 11101011
Octal 262 342 353
Decimal 178 226 235
Hex B2 E2 EB

RGB Percentages of Color #b2e2eb

%27.86
%35.37
%36.78

CMYK Percentages of Color #b2e2eb

%24
%4
%0
%8

Triadic Colors of #b2e2eb

#b2e2eb #ebb2e2 #e2ebb2

Analogous Colors of #b2e2eb

#b2e2eb #b2c6eb #b2ebd8

Monochromatic Colors of #b2e2eb

#b2e2eb

Complementary Color

#b2e2eb #ebbbb2

#b2e2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2e2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2e2eb Color CSS Codes

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

#b2e2eb Text Font Color

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

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


#b2e2eb Background Color

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

This div background color is #b2e2eb


#b2e2eb Border Color

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

This div border color is #b2e2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2e2eb


Comments

No comments written yet.

Please login to write comment.