Color Hex Logo

#babaa6 Color Hex

#BABAA6
(186,186,166)
0 Favorites   0 Comments

Color spaces of #babaa6

RGB 186186166
HSL0.170.130.69
HSV60°11°73°
CMYK 0.000.000.11   0.27
XYZ44.691548.310143.0457
Yxy48.31010.32850.3551
Hunter Lab69.5055-6.860411.9347
CIE-Lab75.0201-3.522710.1446

#babaa6 color RGB value is (186,186,166).

#babaa6 hex color red value is 186, green value is 186 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #babaa6 hue: 0.17 , saturation: 0.13 and the lightness value of babaa6 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 10100110
Octal 272 272 246
Decimal 186 186 166
Hex BA BA A6

RGB Percentages of Color #babaa6

%34.57
%34.57
%30.86

CMYK Percentages of Color #babaa6

%0
%0
%11
%27

Triadic Colors of #babaa6

#babaa6 #a6baba #baa6ba

Analogous Colors of #babaa6

#babaa6 #b0baa6 #bab0a6

Monochromatic Colors of #babaa6

#babaa6

Complementary Color

#babaa6 #a6a6ba

#babaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babaa6 Color CSS Codes

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

#babaa6 Text Font Color

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

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


#babaa6 Background Color

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

This div background color is #babaa6


#babaa6 Border Color

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

This div border color is #babaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babaa6


Comments

No comments written yet.

Please login to write comment.