Color Hex Logo

#baaab4 Color Hex

#BAAAB4
(186,170,180)
0 Favorites   0 Comments

Color spaces of #baaab4

RGB 186170180
HSL0.900.100.70
HSV323°73°
CMYK 0.000.090.03   0.27
XYZ42.862642.483849.1211
Yxy42.48380.31880.3159
Hunter Lab65.17963.31870.9432
CIE-Lab71.20327.5517-3.0405

#baaab4 color RGB value is (186,170,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 10110100
Octal 272 252 264
Decimal 186 170 180
Hex BA AA B4

RGB Percentages of Color #baaab4

%34.70
%31.72
%33.58

CMYK Percentages of Color #baaab4

%0
%9
%3
%27

Triadic Colors of #baaab4

#baaab4 #b4baaa #aab4ba

Analogous Colors of #baaab4

#baaab4 #baaaac #b8aaba

Monochromatic Colors of #baaab4

#baaab4

Complementary Color

#baaab4 #aabab0

#baaab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaab4 Color CSS Codes

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

#baaab4 Text Font Color

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

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


#baaab4 Background Color

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

This div background color is #baaab4


#baaab4 Border Color

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

This div border color is #baaab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaab4


Comments

No comments written yet.

Please login to write comment.