Color Hex Logo

#bac6aa Color Hex

#BAC6AA
(186,198,170)
0 Favorites   0 Comments

Color spaces of #bac6aa

RGB 186198170
HSL0.240.200.72
HSV86°14°78°
CMYK 0.060.000.14   0.22
XYZ47.699553.729545.8870
Yxy53.72950.32380.3647
Hunter Lab73.3004-12.118614.1940
CIE-Lab78.3037-9.142112.6449

#bac6aa color RGB value is (186,198,170).

#bac6aa hex color red value is 186, green value is 198 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bac6aa hue: 0.24 , saturation: 0.20 and the lightness value of bac6aa is 0.72.

The process color (four color CMYK) of #bac6aa color hex is 0.06, 0.00, 0.14, 0.22. Web safe color of #bac6aa is #cccc99. Color #bac6aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 10101010
Octal 272 306 252
Decimal 186 198 170
Hex BA C6 AA

RGB Percentages of Color #bac6aa

%33.57
%35.74
%30.69

CMYK Percentages of Color #bac6aa

%6
%0
%14
%22

Triadic Colors of #bac6aa

#bac6aa #aabac6 #c6aaba

Analogous Colors of #bac6aa

#bac6aa #acc6aa #c6c4aa

Monochromatic Colors of #bac6aa

#bac6aa

Complementary Color

#bac6aa #b6aac6

#bac6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac6aa Color CSS Codes

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

#bac6aa Text Font Color

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

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


#bac6aa Background Color

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

This div background color is #bac6aa


#bac6aa Border Color

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

This div border color is #bac6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac6aa


Comments

No comments written yet.

Please login to write comment.