Color Hex Logo

#baaea6 Color Hex

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

Color spaces of #baaea6

RGB 186174166
HSL0.070.130.69
HSV24°11°73°
CMYK 0.000.060.11   0.27
XYZ42.268743.464442.2381
Yxy43.46440.33030.3396
Hunter Lab65.9275-0.92998.1637
CIE-Lab71.86902.90265.6355

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

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

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

Base Numbers

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

RGB Percentages of Color #baaea6

%35.36
%33.08
%31.56

CMYK Percentages of Color #baaea6

%0
%6
%11
%27

Triadic Colors of #baaea6

#baaea6 #a6baae #aea6ba

Analogous Colors of #baaea6

#baaea6 #bab8a6 #baa6a8

Monochromatic Colors of #baaea6

#baaea6

Complementary Color

#baaea6 #a6b2ba

#baaea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaea6 Color CSS Codes

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

#baaea6 Text Font Color

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

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


#baaea6 Background Color

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

This div background color is #baaea6


#baaea6 Border Color

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

This div border color is #baaea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaea6


Comments

No comments written yet.

Please login to write comment.