Color Hex Logo

#b6beab Color Hex

#B6BEAB
(182,190,171)
0 Favorites   0 Comments

Color spaces of #b6beab

RGB 182190171
HSL0.240.130.71
HSV85°10°75°
CMYK 0.040.000.10   0.25
XYZ45.055549.712345.7488
Yxy49.71230.32060.3538
Hunter Lab70.5070-9.321710.8842
CIE-Lab75.8923-6.22968.6380

#b6beab color RGB value is (182,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111110 10101011
Octal 266 276 253
Decimal 182 190 171
Hex B6 BE AB

RGB Percentages of Color #b6beab

%33.52
%34.99
%31.49

CMYK Percentages of Color #b6beab

%4
%0
%10
%25

Triadic Colors of #b6beab

#b6beab #abb6be #beabb6

Analogous Colors of #b6beab

#b6beab #adbeab #bebdab

Monochromatic Colors of #b6beab

#b6beab

Complementary Color

#b6beab #b3abbe

#b6beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6beab Color CSS Codes

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

#b6beab Text Font Color

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

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


#b6beab Background Color

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

This div background color is #b6beab


#b6beab Border Color

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

This div border color is #b6beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6beab


Comments

No comments written yet.

Please login to write comment.