Color Hex Logo

#baaba9 Color Hex

#BAABA9
(186,171,169)
0 Favorites   0 Comments

Color spaces of #baaba9

RGB 186171169
HSL0.020.110.70
HSV73°
CMYK 0.000.080.09   0.27
XYZ41.974042.429543.5136
Yxy42.42950.32810.3317
Hunter Lab65.13791.03165.9895
CIE-Lab71.16605.04372.9697

#baaba9 color RGB value is (186,171,169).

#baaba9 hex color red value is 186, green value is 171 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #baaba9 hue: 0.02 , saturation: 0.11 and the lightness value of baaba9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 10101001
Octal 272 253 251
Decimal 186 171 169
Hex BA AB A9

RGB Percentages of Color #baaba9

%35.36
%32.51
%32.13

CMYK Percentages of Color #baaba9

%0
%8
%9
%27

Triadic Colors of #baaba9

#baaba9 #a9baab #aba9ba

Analogous Colors of #baaba9

#baaba9 #bab4a9 #baa9b0

Monochromatic Colors of #baaba9

#baaba9

Complementary Color

#baaba9 #a9b8ba

#baaba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaba9 Color CSS Codes

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

#baaba9 Text Font Color

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

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


#baaba9 Background Color

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

This div background color is #baaba9


#baaba9 Border Color

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

This div border color is #baaba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaba9


Comments

No comments written yet.

Please login to write comment.