Color Hex Logo

#babaaa Color Hex

#BABAAA
(186,186,170)
0 Favorites   0 Comments

Color spaces of #babaaa

RGB 186186170
HSL0.170.100.70
HSV60°73°
CMYK 0.000.000.09   0.27
XYZ45.064348.459245.0086
Yxy48.45920.32530.3498
Hunter Lab69.6126-6.268710.3944
CIE-Lab75.1136-2.84788.1077

#babaaa color RGB value is (186,186,170).

#babaaa hex color red value is 186, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #babaaa hue: 0.17 , saturation: 0.10 and the lightness value of babaaa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 10101010
Octal 272 272 252
Decimal 186 186 170
Hex BA BA AA

RGB Percentages of Color #babaaa

%34.32
%34.32
%31.37

CMYK Percentages of Color #babaaa

%0
%0
%9
%27

Triadic Colors of #babaaa

#babaaa #aababa #baaaba

Analogous Colors of #babaaa

#babaaa #b2baaa #bab2aa

Monochromatic Colors of #babaaa

#babaaa

Complementary Color

#babaaa #aaaaba

#babaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#babaaa Color CSS Codes

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

#babaaa Text Font Color

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

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


#babaaa Background Color

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

This div background color is #babaaa


#babaaa Border Color

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

This div border color is #babaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babaaa


Comments

No comments written yet.

Please login to write comment.