Color Hex Logo

#b2ebbf Color Hex

#B2EBBF
(178,235,191)
0 Favorites   0 Comments

Color spaces of #b2ebbf

RGB 178235191
HSL0.370.590.81
HSV134°24°92°
CMYK 0.240.000.19   0.08
XYZ57.472472.643260.2826
Yxy72.64320.30190.3815
Hunter Lab85.2310-28.789317.7268
CIE-Lab88.2773-26.662515.5629

#b2ebbf color RGB value is (178,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101011 10111111
Octal 262 353 277
Decimal 178 235 191
Hex B2 EB BF

RGB Percentages of Color #b2ebbf

%29.47
%38.91
%31.62

CMYK Percentages of Color #b2ebbf

%24
%0
%19
%8

Triadic Colors of #b2ebbf

#b2ebbf #bfb2eb #ebbfb2

Analogous Colors of #b2ebbf

#b2ebbf #b2ebdc #c2ebb2

Monochromatic Colors of #b2ebbf

#b2ebbf

Complementary Color

#b2ebbf #ebb2de

#b2ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ebbf Color CSS Codes

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

#b2ebbf Text Font Color

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

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


#b2ebbf Background Color

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

This div background color is #b2ebbf


#b2ebbf Border Color

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

This div border color is #b2ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ebbf


Comments

No comments written yet.

Please login to write comment.