Color Hex Logo

#baabc0 Color Hex

#BAABC0
(186,171,192)
0 Favorites   0 Comments

Color spaces of #baabc0

RGB 186171192
HSL0.790.140.71
HSV283°11°75°
CMYK 0.030.110.00   0.25
XYZ44.327043.370755.9043
Yxy43.37070.30870.3020
Hunter Lab65.85644.8970-4.2307
CIE-Lab71.80599.2719-8.7599

#baabc0 color RGB value is (186,171,192).

#baabc0 hex color red value is 186, green value is 171 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #baabc0 hue: 0.79 , saturation: 0.14 and the lightness value of baabc0 is 0.71.

The process color (four color CMYK) of #baabc0 color hex is 0.03, 0.11, 0.00, 0.25. Web safe color of #baabc0 is #cc99cc. Color #baabc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11000000
Octal 272 253 300
Decimal 186 171 192
Hex BA AB C0

RGB Percentages of Color #baabc0

%33.88
%31.15
%34.97

CMYK Percentages of Color #baabc0

%3
%11
%0
%25

Triadic Colors of #baabc0

#baabc0 #c0baab #abc0ba

Analogous Colors of #baabc0

#baabc0 #c0abbc #b0abc0

Monochromatic Colors of #baabc0

#baabc0

Complementary Color

#baabc0 #b1c0ab

#baabc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabc0 Color CSS Codes

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

#baabc0 Text Font Color

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

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


#baabc0 Background Color

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

This div background color is #baabc0


#baabc0 Border Color

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

This div border color is #baabc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabc0


Comments

No comments written yet.

Please login to write comment.