Color Hex Logo

#b2abae Color Hex

#B2ABAE
(178,171,174)
0 Favorites   0 Comments

Color spaces of #b2abae

RGB 178171174
HSL0.930.040.68
HSV334°70°
CMYK 0.000.040.02   0.30
XYZ40.563041.646845.9451
Yxy41.64680.31650.3250
Hunter Lab64.5343-0.73912.9626
CIE-Lab70.62673.0531-0.6546

#b2abae color RGB value is (178,171,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 10101110
Octal 262 253 256
Decimal 178 171 174
Hex B2 AB AE

RGB Percentages of Color #b2abae

%34.03
%32.70
%33.27

CMYK Percentages of Color #b2abae

%0
%4
%2
%30

Triadic Colors of #b2abae

#b2abae #aeb2ab #abaeb2

Analogous Colors of #b2abae

#b2abae #b2acab #b2abb2

Monochromatic Colors of #b2abae

#b2abae

Complementary Color

#b2abae #abb2af

#b2abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2abae Color CSS Codes

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

#b2abae Text Font Color

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

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


#b2abae Background Color

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

This div background color is #b2abae


#b2abae Border Color

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

This div border color is #b2abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2abae


Comments

No comments written yet.

Please login to write comment.