Color Hex Logo

#baacc5 Color Hex

#BAACC5
(186,172,197)
0 Favorites   0 Comments

Color spaces of #baacc5

RGB 186172197
HSL0.760.180.72
HSV274°13°77°
CMYK 0.060.130.00   0.23
XYZ45.080343.975458.9354
Yxy43.97540.30460.2971
Hunter Lab66.31405.2951-6.2732
CIE-Lab72.21219.7052-10.9032

#baacc5 color RGB value is (186,172,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11000101
Octal 272 254 305
Decimal 186 172 197
Hex BA AC C5

RGB Percentages of Color #baacc5

%33.51
%30.99
%35.50

CMYK Percentages of Color #baacc5

%6
%13
%0
%23

Triadic Colors of #baacc5

#baacc5 #c5baac #acc5ba

Analogous Colors of #baacc5

#baacc5 #c5acc4 #aeacc5

Monochromatic Colors of #baacc5

#baacc5

Complementary Color

#baacc5 #b7c5ac

#baacc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baacc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baacc5 Color CSS Codes

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

#baacc5 Text Font Color

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

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


#baacc5 Background Color

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

This div background color is #baacc5


#baacc5 Border Color

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

This div border color is #baacc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baacc5


Comments

No comments written yet.

Please login to write comment.