Color Hex Logo

#b1aeab Color Hex

#B1AEAB
(177,174,171)
0 Favorites   0 Comments

Color spaces of #b1aeab

RGB 177174171
HSL0.080.040.68
HSV30°69°
CMYK 0.000.020.03   0.31
XYZ40.618242.559544.6021
Yxy42.55950.31790.3331
Hunter Lab65.2376-3.02845.1306
CIE-Lab71.25500.51581.9047

#b1aeab color RGB value is (177,174,171).

#b1aeab hex color red value is 177, green value is 174 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b1aeab hue: 0.08 , saturation: 0.04 and the lightness value of b1aeab is 0.68.

The process color (four color CMYK) of #b1aeab color hex is 0.00, 0.02, 0.03, 0.31. Web safe color of #b1aeab is #999999. Color #b1aeab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101110 10101011
Octal 261 256 253
Decimal 177 174 171
Hex B1 AE AB

RGB Percentages of Color #b1aeab

%33.91
%33.33
%32.76

CMYK Percentages of Color #b1aeab

%0
%2
%3
%31

Triadic Colors of #b1aeab

#b1aeab #abb1ae #aeabb1

Analogous Colors of #b1aeab

#b1aeab #b1b1ab #b1abab

Monochromatic Colors of #b1aeab

#b1aeab

Complementary Color

#b1aeab #abaeb1

#b1aeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aeab Color CSS Codes

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

#b1aeab Text Font Color

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

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


#b1aeab Background Color

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

This div background color is #b1aeab


#b1aeab Border Color

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

This div border color is #b1aeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aeab


Comments

No comments written yet.

Please login to write comment.