Color Hex Logo

#baaab5 Color Hex

#BAAAB5
(186,170,181)
0 Favorites   0 Comments

Color spaces of #baaab5

RGB 186170181
HSL0.890.100.70
HSV319°73°
CMYK 0.000.090.03   0.27
XYZ42.964942.524849.6597
Yxy42.52480.31790.3147
Hunter Lab65.21103.48710.4970
CIE-Lab71.23127.7356-3.5507

#baaab5 color RGB value is (186,170,181).

#baaab5 hex color red value is 186, green value is 170 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #baaab5 hue: 0.89 , saturation: 0.10 and the lightness value of baaab5 is 0.70.

The process color (four color CMYK) of #baaab5 color hex is 0.00, 0.09, 0.03, 0.27. Web safe color of #baaab5 is #cc99cc. Color #baaab5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 10110101
Octal 272 252 265
Decimal 186 170 181
Hex BA AA B5

RGB Percentages of Color #baaab5

%34.64
%31.66
%33.71

CMYK Percentages of Color #baaab5

%0
%9
%3
%27

Triadic Colors of #baaab5

#baaab5 #b5baaa #aab5ba

Analogous Colors of #baaab5

#baaab5 #baaaad #b7aaba

Monochromatic Colors of #baaab5

#baaab5

Complementary Color

#baaab5 #aabaaf

#baaab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaab5 Color CSS Codes

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

#baaab5 Text Font Color

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

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


#baaab5 Background Color

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

This div background color is #baaab5


#baaab5 Border Color

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

This div border color is #baaab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaab5


Comments

No comments written yet.

Please login to write comment.