Color Hex Logo

#babaaf Color Hex

#BABAAF
(186,186,175)
0 Favorites   0 Comments

Color spaces of #babaaf

RGB 186186175
HSL0.170.070.71
HSV60°73°
CMYK 0.000.000.06   0.27
XYZ45.546548.652147.5477
Yxy48.65210.32130.3432
Hunter Lab69.7511-5.50638.4091
CIE-Lab75.2344-1.98255.5654

#babaaf color RGB value is (186,186,175).

#babaaf hex color red value is 186, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #babaaf hue: 0.17 , saturation: 0.07 and the lightness value of babaaf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 10101111
Octal 272 272 257
Decimal 186 186 175
Hex BA BA AF

RGB Percentages of Color #babaaf

%34.00
%34.00
%31.99

CMYK Percentages of Color #babaaf

%0
%0
%6
%27

Triadic Colors of #babaaf

#babaaf #afbaba #baafba

Analogous Colors of #babaaf

#babaaf #b5baaf #bab5af

Monochromatic Colors of #babaaf

#babaaf

Complementary Color

#babaaf #afafba

#babaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#babaaf Color CSS Codes

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

#babaaf Text Font Color

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

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


#babaaf Background Color

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

This div background color is #babaaf


#babaaf Border Color

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

This div border color is #babaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babaaf


Comments

No comments written yet.

Please login to write comment.