Color Hex Logo

#b2ebde Color Hex

#B2EBDE
(178,235,222)
1 Favorites   0 Comments

Color spaces of #b2ebde

RGB 178235222
HSL0.460.590.81
HSV166°24°92°
CMYK 0.240.000.06   0.08
XYZ61.253274.155680.1923
Yxy74.15560.28410.3439
Hunter Lab86.1136-23.73075.0665
CIE-Lab88.9960-20.68520.4124

#b2ebde color RGB value is (178,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101011 11011110
Octal 262 353 336
Decimal 178 235 222
Hex B2 EB DE

RGB Percentages of Color #b2ebde

%28.03
%37.01
%34.96

CMYK Percentages of Color #b2ebde

%24
%0
%6
%8

Triadic Colors of #b2ebde

#b2ebde #deb2eb #ebdeb2

Analogous Colors of #b2ebde

#b2ebde #b2dceb #b2ebc2

Monochromatic Colors of #b2ebde

#b2ebde

Complementary Color

#b2ebde #ebb2bf

#b2ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ebde Color CSS Codes

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

#b2ebde Text Font Color

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

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


#b2ebde Background Color

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

This div background color is #b2ebde


#b2ebde Border Color

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

This div border color is #b2ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ebde

#b2ebde Color Palettes


Comments

No comments written yet.

Please login to write comment.