Color Hex Logo

#b2ebb9 Color Hex

#B2EBB9
(178,235,185)
0 Favorites   0 Comments

Color spaces of #b2ebb9

RGB 178235185
HSL0.350.590.81
HSV127°24°92°
CMYK 0.240.000.21   0.08
XYZ56.825472.384456.8755
Yxy72.38440.30540.3890
Hunter Lab85.0790-29.665819.9198
CIE-Lab88.1533-27.720718.5033

#b2ebb9 color RGB value is (178,235,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101011 10111001
Octal 262 353 271
Decimal 178 235 185
Hex B2 EB B9

RGB Percentages of Color #b2ebb9

%29.77
%39.30
%30.94

CMYK Percentages of Color #b2ebb9

%24
%0
%21
%8

Triadic Colors of #b2ebb9

#b2ebb9 #b9b2eb #ebb9b2

Analogous Colors of #b2ebb9

#b2ebb9 #b2ebd6 #c8ebb2

Monochromatic Colors of #b2ebb9

#b2ebb9

Complementary Color

#b2ebb9 #ebb2e4

#b2ebb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ebb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ebb9 Color CSS Codes

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

#b2ebb9 Text Font Color

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

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


#b2ebb9 Background Color

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

This div background color is #b2ebb9


#b2ebb9 Border Color

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

This div border color is #b2ebb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ebb9


Comments

No comments written yet.

Please login to write comment.