Color Hex Logo

#b2beba Color Hex

#B2BEBA
(178,190,186)
0 Favorites   0 Comments

Color spaces of #b2beba

RGB 178190186
HSL0.440.080.72
HSV160°75°
CMYK 0.060.000.02   0.25
XYZ45.636549.837153.6686
Yxy49.83710.30600.3342
Hunter Lab70.5954-8.15044.3429
CIE-Lab75.9692-4.89220.5822

#b2beba color RGB value is (178,190,186).

#b2beba hex color red value is 178, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b2beba hue: 0.44 , saturation: 0.08 and the lightness value of b2beba is 0.72.

The process color (four color CMYK) of #b2beba color hex is 0.06, 0.00, 0.02, 0.25. Web safe color of #b2beba is #99cccc. Color #b2beba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 10111010
Octal 262 276 272
Decimal 178 190 186
Hex B2 BE BA

RGB Percentages of Color #b2beba

%32.13
%34.30
%33.57

CMYK Percentages of Color #b2beba

%6
%0
%2
%25

Triadic Colors of #b2beba

#b2beba #bab2be #bebab2

Analogous Colors of #b2beba

#b2beba #b2bcbe #b2beb4

Monochromatic Colors of #b2beba

#b2beba

Complementary Color

#b2beba #beb2b6

#b2beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2beba Color CSS Codes

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

#b2beba Text Font Color

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

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


#b2beba Background Color

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

This div background color is #b2beba


#b2beba Border Color

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

This div border color is #b2beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2beba


Comments

No comments written yet.

Please login to write comment.