Color Hex Logo

#babaae Color Hex

#BABAAE
(186,186,174)
0 Favorites   0 Comments

Color spaces of #babaae

RGB 186186174
HSL0.170.080.71
HSV60°73°
CMYK 0.000.000.06   0.27
XYZ45.448648.612947.0322
Yxy48.61290.32210.3445
Hunter Lab69.7230-5.66078.8115
CIE-Lab75.2099-2.15746.0735

#babaae color RGB value is (186,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 10101110
Octal 272 272 256
Decimal 186 186 174
Hex BA BA AE

RGB Percentages of Color #babaae

%34.07
%34.07
%31.87

CMYK Percentages of Color #babaae

%0
%0
%6
%27

Triadic Colors of #babaae

#babaae #aebaba #baaeba

Analogous Colors of #babaae

#babaae #b4baae #bab4ae

Monochromatic Colors of #babaae

#babaae

Complementary Color

#babaae #aeaeba

#babaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#babaae Color CSS Codes

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

#babaae Text Font Color

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

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


#babaae Background Color

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

This div background color is #babaae


#babaae Border Color

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

This div border color is #babaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babaae


Comments

No comments written yet.

Please login to write comment.