Color Hex Logo

#b2ebea Color Hex

#B2EBEA
(178,235,234)
0 Favorites   0 Comments

Color spaces of #b2ebea

RGB 178235234
HSL0.500.590.81
HSV179°24°92°
CMYK 0.240.000.00   0.08
XYZ62.919774.822288.9678
Yxy74.82220.27750.3300
Hunter Lab86.4998-21.5344-0.4318
CIE-Lab89.3096-18.1555-5.4084

#b2ebea color RGB value is (178,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101011 11101010
Octal 262 353 352
Decimal 178 235 234
Hex B2 EB EA

RGB Percentages of Color #b2ebea

%27.51
%36.32
%36.17

CMYK Percentages of Color #b2ebea

%24
%0
%0
%8

Triadic Colors of #b2ebea

#b2ebea #eab2eb #ebeab2

Analogous Colors of #b2ebea

#b2ebea #b2d0eb #b2ebce

Monochromatic Colors of #b2ebea

#b2ebea

Complementary Color

#b2ebea #ebb2b3

#b2ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ebea Color CSS Codes

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

#b2ebea Text Font Color

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

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


#b2ebea Background Color

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

This div background color is #b2ebea


#b2ebea Border Color

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

This div border color is #b2ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ebea


Comments

No comments written yet.

Please login to write comment.