Color Hex Logo

#baaacc Color Hex

#BAAACC
(186,170,204)
0 Favorites   0 Comments

Color spaces of #baaacc

RGB 186170204
HSL0.750.250.73
HSV268°17°80°
CMYK 0.090.170.00   0.20
XYZ45.523543.548263.1330
Yxy43.54820.29910.2861
Hunter Lab65.99117.6527-10.5284
CIE-Lab71.925512.2141-15.1785

#baaacc color RGB value is (186,170,204).

#baaacc hex color red value is 186, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #baaacc hue: 0.75 , saturation: 0.25 and the lightness value of baaacc is 0.73.

The process color (four color CMYK) of #baaacc color hex is 0.09, 0.17, 0.00, 0.20. Web safe color of #baaacc is #cc99cc. Color #baaacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 11001100
Octal 272 252 314
Decimal 186 170 204
Hex BA AA CC

RGB Percentages of Color #baaacc

%33.21
%30.36
%36.43

CMYK Percentages of Color #baaacc

%9
%17
%0
%20

Triadic Colors of #baaacc

#baaacc #ccbaaa #aaccba

Analogous Colors of #baaacc

#baaacc #cbaacc #aaabcc

Monochromatic Colors of #baaacc

#baaacc

Complementary Color

#baaacc #bcccaa

#baaacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaacc Color CSS Codes

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

#baaacc Text Font Color

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

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


#baaacc Background Color

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

This div background color is #baaacc


#baaacc Border Color

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

This div border color is #baaacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaacc


Comments

No comments written yet.

Please login to write comment.