Color Hex Logo

#b2beb0 Color Hex

#B2BEB0
(178,190,176)
0 Favorites   0 Comments

Color spaces of #b2beb0

RGB 178190176
HSL0.310.100.72
HSV111°75°
CMYK 0.060.000.07   0.25
XYZ44.610049.426548.2634
Yxy49.42650.31350.3473
Hunter Lab70.3040-9.76838.5104
CIE-Lab75.7159-6.75835.6381

#b2beb0 color RGB value is (178,190,176).

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

The process color (four color CMYK) of #b2beb0 color hex is 0.06, 0.00, 0.07, 0.25. Web safe color of #b2beb0 is #99cc99. Color #b2beb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 10110000
Octal 262 276 260
Decimal 178 190 176
Hex B2 BE B0

RGB Percentages of Color #b2beb0

%32.72
%34.93
%32.35

CMYK Percentages of Color #b2beb0

%6
%0
%7
%25

Triadic Colors of #b2beb0

#b2beb0 #b0b2be #beb0b2

Analogous Colors of #b2beb0

#b2beb0 #b0beb5 #b9beb0

Monochromatic Colors of #b2beb0

#b2beb0

Complementary Color

#b2beb0 #bcb0be

#b2beb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2beb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2beb0 Color CSS Codes

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

#b2beb0 Text Font Color

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

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


#b2beb0 Background Color

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

This div background color is #b2beb0


#b2beb0 Border Color

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

This div border color is #b2beb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2beb0


Comments

No comments written yet.

Please login to write comment.