Color Hex Logo

#b1b8ae Color Hex

#B1B8AE
(177,184,174)
0 Favorites   0 Comments

Color spaces of #b1b8ae

RGB 177184174
HSL0.280.070.70
HSV102°72°
CMYK 0.040.000.05   0.28
XYZ42.911946.684146.7936
Yxy46.68410.31460.3423
Hunter Lab68.3258-7.46347.2227
CIE-Lab73.9873-4.30154.2216

#b1b8ae color RGB value is (177,184,174).

#b1b8ae hex color red value is 177, green value is 184 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b1b8ae hue: 0.28 , saturation: 0.07 and the lightness value of b1b8ae is 0.70.

The process color (four color CMYK) of #b1b8ae color hex is 0.04, 0.00, 0.05, 0.28. Web safe color of #b1b8ae is #99cc99. Color #b1b8ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111000 10101110
Octal 261 270 256
Decimal 177 184 174
Hex B1 B8 AE

RGB Percentages of Color #b1b8ae

%33.08
%34.39
%32.52

CMYK Percentages of Color #b1b8ae

%4
%0
%5
%28

Triadic Colors of #b1b8ae

#b1b8ae #aeb1b8 #b8aeb1

Analogous Colors of #b1b8ae

#b1b8ae #aeb8b0 #b6b8ae

Monochromatic Colors of #b1b8ae

#b1b8ae

Complementary Color

#b1b8ae #b5aeb8

#b1b8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1b8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1b8ae Color CSS Codes

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

#b1b8ae Text Font Color

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

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


#b1b8ae Background Color

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

This div background color is #b1b8ae


#b1b8ae Border Color

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

This div border color is #b1b8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1b8ae


Comments

No comments written yet.

Please login to write comment.