Color Hex Logo

#b8beab Color Hex

#B8BEAB
(184,190,171)
0 Favorites   0 Comments

Color spaces of #b8beab

RGB 184190171
HSL0.220.130.71
HSV79°10°75°
CMYK 0.030.000.10   0.25
XYZ45.531349.957545.7711
Yxy49.95750.32230.3537
Hunter Lab70.6806-8.704311.0816
CIE-Lab76.0432-5.51228.8737

#b8beab color RGB value is (184,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111110 10101011
Octal 270 276 253
Decimal 184 190 171
Hex B8 BE AB

RGB Percentages of Color #b8beab

%33.76
%34.86
%31.38

CMYK Percentages of Color #b8beab

%3
%0
%10
%25

Triadic Colors of #b8beab

#b8beab #abb8be #beabb8

Analogous Colors of #b8beab

#b8beab #afbeab #bebbab

Monochromatic Colors of #b8beab

#b8beab

Complementary Color

#b8beab #b1abbe

#b8beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8beab Color CSS Codes

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

#b8beab Text Font Color

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

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


#b8beab Background Color

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

This div background color is #b8beab


#b8beab Border Color

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

This div border color is #b8beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8beab


Comments

No comments written yet.

Please login to write comment.