Color Hex Logo

#b2beaa Color Hex

#B2BEAA
(178,190,170)
0 Favorites   0 Comments

Color spaces of #b2beaa

RGB 178190170
HSL0.270.130.71
HSV96°11°75°
CMYK 0.060.000.11   0.25
XYZ44.029349.194245.2050
Yxy49.19420.31810.3554
Hunter Lab70.1386-10.689610.8840
CIE-Lab75.5720-7.83148.6816

#b2beaa color RGB value is (178,190,170).

#b2beaa hex color red value is 178, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b2beaa hue: 0.27 , saturation: 0.13 and the lightness value of b2beaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 10101010
Octal 262 276 252
Decimal 178 190 170
Hex B2 BE AA

RGB Percentages of Color #b2beaa

%33.09
%35.32
%31.60

CMYK Percentages of Color #b2beaa

%6
%0
%11
%25

Triadic Colors of #b2beaa

#b2beaa #aab2be #beaab2

Analogous Colors of #b2beaa

#b2beaa #aabeac #bcbeaa

Monochromatic Colors of #b2beaa

#b2beaa

Complementary Color

#b2beaa #b6aabe

#b2beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2beaa Color CSS Codes

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

#b2beaa Text Font Color

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

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


#b2beaa Background Color

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

This div background color is #b2beaa


#b2beaa Border Color

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

This div border color is #b2beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2beaa


Comments

No comments written yet.

Please login to write comment.