Color Hex Logo

#babbad Color Hex

#BABBAD
(186,187,173)
0 Favorites   0 Comments

Color spaces of #babbad

RGB 186187173
HSL0.180.090.71
HSV64°73°
CMYK 0.010.000.07   0.27
XYZ45.562848.996946.5911
Yxy48.99690.32280.3471
Hunter Lab69.9978-6.30739.5345
CIE-Lab75.4494-2.86276.9606

#babbad color RGB value is (186,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 10101101
Octal 272 273 255
Decimal 186 187 173
Hex BA BB AD

RGB Percentages of Color #babbad

%34.07
%34.25
%31.68

CMYK Percentages of Color #babbad

%1
%0
%7
%27

Triadic Colors of #babbad

#babbad #adbabb #bbadba

Analogous Colors of #babbad

#babbad #b3bbad #bbb5ad

Monochromatic Colors of #babbad

#babbad

Complementary Color

#babbad #aeadbb

#babbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#babbad Color CSS Codes

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

#babbad Text Font Color

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

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


#babbad Background Color

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

This div background color is #babbad


#babbad Border Color

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

This div border color is #babbad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,187,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 #babbad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babbad


Comments

No comments written yet.

Please login to write comment.