Color Hex Logo

#babaad Color Hex

#BABAAD
(186,186,173)
0 Favorites   0 Comments

Color spaces of #babaad

RGB 186186173
HSL0.170.090.70
HSV60°73°
CMYK 0.000.000.07   0.27
XYZ45.351448.574046.5206
Yxy48.57400.32290.3459
Hunter Lab69.6951-5.81439.2112
CIE-Lab75.1855-2.33156.5817

#babaad color RGB value is (186,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 10101101
Octal 272 272 255
Decimal 186 186 173
Hex BA BA AD

RGB Percentages of Color #babaad

%34.13
%34.13
%31.74

CMYK Percentages of Color #babaad

%0
%0
%7
%27

Triadic Colors of #babaad

#babaad #adbaba #baadba

Analogous Colors of #babaad

#babaad #b4baad #bab4ad

Monochromatic Colors of #babaad

#babaad

Complementary Color

#babaad #adadba

#babaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#babaad Color CSS Codes

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

#babaad Text Font Color

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

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


#babaad Background Color

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

This div background color is #babaad


#babaad Border Color

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

This div border color is #babaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babaad


Comments

No comments written yet.

Please login to write comment.