Color Hex Logo

#b8beaa Color Hex

#B8BEAA
(184,190,170)
0 Favorites   0 Comments

Color spaces of #b8beaa

RGB 184190170
HSL0.220.130.71
HSV78°11°75°
CMYK 0.030.000.11   0.25
XYZ45.436349.919545.2709
Yxy49.91950.32310.3550
Hunter Lab70.6537-8.853511.4679
CIE-Lab76.0198-5.68399.3813

#b8beaa color RGB value is (184,190,170).

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

The process color (four color CMYK) of #b8beaa color hex is 0.03, 0.00, 0.11, 0.25. Web safe color of #b8beaa is #cccc99. Color #b8beaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111110 10101010
Octal 270 276 252
Decimal 184 190 170
Hex B8 BE AA

RGB Percentages of Color #b8beaa

%33.82
%34.93
%31.25

CMYK Percentages of Color #b8beaa

%3
%0
%11
%25

Triadic Colors of #b8beaa

#b8beaa #aab8be #beaab8

Analogous Colors of #b8beaa

#b8beaa #aebeaa #bebaaa

Monochromatic Colors of #b8beaa

#b8beaa

Complementary Color

#b8beaa #b0aabe

#b8beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8beaa Color CSS Codes

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

#b8beaa Text Font Color

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

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


#b8beaa Background Color

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

This div background color is #b8beaa


#b8beaa Border Color

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

This div border color is #b8beaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,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 #b8beaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8beaa


Comments

No comments written yet.

Please login to write comment.