Color Hex Logo

#b5baae Color Hex

#B5BAAE
(181,186,174)
0 Favorites   0 Comments

Color spaces of #b5baae

RGB 181186174
HSL0.240.080.71
HSV85°73°
CMYK 0.030.000.06   0.27
XYZ44.254947.997646.9764
Yxy47.99760.31790.3447
Hunter Lab69.2803-7.21828.2939
CIE-Lab74.8234-3.94525.4670

#b5baae color RGB value is (181,186,174).

#b5baae hex color red value is 181, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b5baae hue: 0.24 , saturation: 0.08 and the lightness value of b5baae is 0.71.

The process color (four color CMYK) of #b5baae color hex is 0.03, 0.00, 0.06, 0.27. Web safe color of #b5baae is #cccc99. Color #b5baae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111010 10101110
Octal 265 272 256
Decimal 181 186 174
Hex B5 BA AE

RGB Percentages of Color #b5baae

%33.46
%34.38
%32.16

CMYK Percentages of Color #b5baae

%3
%0
%6
%27

Triadic Colors of #b5baae

#b5baae #aeb5ba #baaeb5

Analogous Colors of #b5baae

#b5baae #afbaae #bab9ae

Monochromatic Colors of #b5baae

#b5baae

Complementary Color

#b5baae #b3aeba

#b5baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5baae Color CSS Codes

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

#b5baae Text Font Color

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

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


#b5baae Background Color

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

This div background color is #b5baae


#b5baae Border Color

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

This div border color is #b5baae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,186,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5baae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5baae;
  -webkit-box-shadow: 1px 1px 3px 2px #b5baae;
  box-shadow:         1px 1px 3px 2px #b5baae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,186,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5baae


Comments

No comments written yet.

Please login to write comment.