Color Hex Logo

#baaac5 Color Hex

#BAAAC5
(186,170,197)
0 Favorites   0 Comments

Color spaces of #baaac5

RGB 186170197
HSL0.770.190.72
HSV276°14°77°
CMYK 0.060.140.00   0.23
XYZ44.702543.219858.8095
Yxy43.21980.30470.2945
Hunter Lab65.74186.3267-7.0188
CIE-Lab71.703910.8031-11.6631

#baaac5 color RGB value is (186,170,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 11000101
Octal 272 252 305
Decimal 186 170 197
Hex BA AA C5

RGB Percentages of Color #baaac5

%33.63
%30.74
%35.62

CMYK Percentages of Color #baaac5

%6
%14
%0
%23

Triadic Colors of #baaac5

#baaac5 #c5baaa #aac5ba

Analogous Colors of #baaac5

#baaac5 #c5aac3 #adaac5

Monochromatic Colors of #baaac5

#baaac5

Complementary Color

#baaac5 #b5c5aa

#baaac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaac5 Color CSS Codes

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

#baaac5 Text Font Color

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

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


#baaac5 Background Color

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

This div background color is #baaac5


#baaac5 Border Color

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

This div border color is #baaac5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,170,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 #baaac5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaac5

#baaac5 Color Palettes


Comments

No comments written yet.

Please login to write comment.