Color Hex Logo

#baacc6 Color Hex

#BAACC6
(186,172,198)
0 Favorites   0 Comments

Color spaces of #baacc6

RGB 186172198
HSL0.760.190.73
HSV272°13°78°
CMYK 0.060.130.00   0.22
XYZ45.195344.021459.5410
Yxy44.02140.30380.2959
Hunter Lab66.34865.4804-6.7626
CIE-Lab72.24289.9039-11.4065

#baacc6 color RGB value is (186,172,198).

#baacc6 hex color red value is 186, green value is 172 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #baacc6 hue: 0.76 , saturation: 0.19 and the lightness value of baacc6 is 0.73.

The process color (four color CMYK) of #baacc6 color hex is 0.06, 0.13, 0.00, 0.22. Web safe color of #baacc6 is #cc99cc. Color #baacc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11000110
Octal 272 254 306
Decimal 186 172 198
Hex BA AC C6

RGB Percentages of Color #baacc6

%33.45
%30.94
%35.61

CMYK Percentages of Color #baacc6

%6
%13
%0
%22

Triadic Colors of #baacc6

#baacc6 #c6baac #acc6ba

Analogous Colors of #baacc6

#baacc6 #c6acc5 #adacc6

Monochromatic Colors of #baacc6

#baacc6

Complementary Color

#baacc6 #b8c6ac

#baacc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baacc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baacc6 Color CSS Codes

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

#baacc6 Text Font Color

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

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


#baacc6 Background Color

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

This div background color is #baacc6


#baacc6 Border Color

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

This div border color is #baacc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baacc6


Comments

No comments written yet.

Please login to write comment.