Color Hex Logo

#b1aeae Color Hex

#B1AEAE
(177,174,174)
0 Favorites   0 Comments

Color spaces of #b1aeae

RGB 177174174
HSL0.000.020.69
HSV69°
CMYK 0.000.020.02   0.31
XYZ40.907542.675246.1255
Yxy42.67520.31540.3290
Hunter Lab65.3263-2.54373.8650
CIE-Lab71.33401.06740.3687

#b1aeae color RGB value is (177,174,174).

#b1aeae hex color red value is 177, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b1aeae hue: 0.00 , saturation: 0.02 and the lightness value of b1aeae is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101110 10101110
Octal 261 256 256
Decimal 177 174 174
Hex B1 AE AE

RGB Percentages of Color #b1aeae

%33.71
%33.14
%33.14

CMYK Percentages of Color #b1aeae

%0
%2
%2
%31

Triadic Colors of #b1aeae

#b1aeae #aeb1ae #aeaeb1

Analogous Colors of #b1aeae

#b1aeae #b1b0ae #b1aeb0

Monochromatic Colors of #b1aeae

#b1aeae

Complementary Color

#b1aeae #aeb1b1

#b1aeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aeae Color CSS Codes

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

#b1aeae Text Font Color

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

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


#b1aeae Background Color

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

This div background color is #b1aeae


#b1aeae Border Color

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

This div border color is #b1aeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aeae


Comments

No comments written yet.

Please login to write comment.