Color Hex Logo

#babaa7 Color Hex

#BABAA7
(186,186,167)
0 Favorites   0 Comments

Color spaces of #babaa7

RGB 186186167
HSL0.170.120.69
HSV60°10°73°
CMYK 0.000.000.10   0.27
XYZ44.783748.346943.5308
Yxy48.34690.32770.3538
Hunter Lab69.5319-6.713711.5536
CIE-Lab75.0432-3.35519.6350

#babaa7 color RGB value is (186,186,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 10100111
Octal 272 272 247
Decimal 186 186 167
Hex BA BA A7

RGB Percentages of Color #babaa7

%34.51
%34.51
%30.98

CMYK Percentages of Color #babaa7

%0
%0
%10
%27

Triadic Colors of #babaa7

#babaa7 #a7baba #baa7ba

Analogous Colors of #babaa7

#babaa7 #b1baa7 #bab1a7

Monochromatic Colors of #babaa7

#babaa7

Complementary Color

#babaa7 #a7a7ba

#babaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babaa7 Color CSS Codes

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

#babaa7 Text Font Color

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

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


#babaa7 Background Color

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

This div background color is #babaa7


#babaa7 Border Color

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

This div border color is #babaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babaa7


Comments

No comments written yet.

Please login to write comment.