Color Hex Logo

#baaba8 Color Hex

#BAABA8
(186,171,168)
0 Favorites   0 Comments

Color spaces of #baaba8

RGB 186171168
HSL0.030.120.69
HSV10°10°73°
CMYK 0.000.080.10   0.27
XYZ41.880542.392143.0209
Yxy42.39210.32900.3330
Hunter Lab65.10920.87626.4006
CIE-Lab71.14044.87123.4836

#baaba8 color RGB value is (186,171,168).

#baaba8 hex color red value is 186, green value is 171 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #baaba8 hue: 0.03 , saturation: 0.12 and the lightness value of baaba8 is 0.69.

The process color (four color CMYK) of #baaba8 color hex is 0.00, 0.08, 0.10, 0.27. Web safe color of #baaba8 is #cc9999. Color #baaba8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 10101000
Octal 272 253 250
Decimal 186 171 168
Hex BA AB A8

RGB Percentages of Color #baaba8

%35.43
%32.57
%32.00

CMYK Percentages of Color #baaba8

%0
%8
%10
%27

Triadic Colors of #baaba8

#baaba8 #a8baab #aba8ba

Analogous Colors of #baaba8

#baaba8 #bab4a8 #baa8ae

Monochromatic Colors of #baaba8

#baaba8

Complementary Color

#baaba8 #a8b7ba

#baaba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaba8 Color CSS Codes

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

#baaba8 Text Font Color

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

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


#baaba8 Background Color

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

This div background color is #baaba8


#baaba8 Border Color

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

This div border color is #baaba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaba8


Comments

No comments written yet.

Please login to write comment.