Color Hex Logo

#baa6ae Color Hex

#BAA6AE
(186,166,174)
0 Favorites   0 Comments

Color spaces of #baa6ae

RGB 186166174
HSL0.930.130.69
HSV336°11°73°
CMYK 0.000.110.06   0.27
XYZ41.525940.767545.7247
Yxy40.76750.32440.3185
Hunter Lab63.84944.35492.2351
CIE-Lab70.01278.6551-1.4729

#baa6ae color RGB value is (186,166,174).

#baa6ae hex color red value is 186, green value is 166 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #baa6ae hue: 0.93 , saturation: 0.13 and the lightness value of baa6ae is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 10101110
Octal 272 246 256
Decimal 186 166 174
Hex BA A6 AE

RGB Percentages of Color #baa6ae

%35.36
%31.56
%33.08

CMYK Percentages of Color #baa6ae

%0
%11
%6
%27

Triadic Colors of #baa6ae

#baa6ae #aebaa6 #a6aeba

Analogous Colors of #baa6ae

#baa6ae #baa8a6 #baa6b8

Monochromatic Colors of #baa6ae

#baa6ae

Complementary Color

#baa6ae #a6bab2

#baa6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa6ae Color CSS Codes

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

#baa6ae Text Font Color

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

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


#baa6ae Background Color

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

This div background color is #baa6ae


#baa6ae Border Color

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

This div border color is #baa6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa6ae


Comments

No comments written yet.

Please login to write comment.