Color Hex Logo

#baabc6 Color Hex

#BAABC6
(186,171,198)
0 Favorites   0 Comments

Color spaces of #baabc6

RGB 186171198
HSL0.760.190.72
HSV273°14°78°
CMYK 0.060.140.00   0.22
XYZ45.005743.642159.4778
Yxy43.64210.30380.2946
Hunter Lab66.06225.9966-7.1371
CIE-Lab71.988610.4530-11.7869

#baabc6 color RGB value is (186,171,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11000110
Octal 272 253 306
Decimal 186 171 198
Hex BA AB C6

RGB Percentages of Color #baabc6

%33.51
%30.81
%35.68

CMYK Percentages of Color #baabc6

%6
%14
%0
%22

Triadic Colors of #baabc6

#baabc6 #c6baab #abc6ba

Analogous Colors of #baabc6

#baabc6 #c6abc5 #adabc6

Monochromatic Colors of #baabc6

#baabc6

Complementary Color

#baabc6 #b7c6ab

#baabc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabc6 Color CSS Codes

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

#baabc6 Text Font Color

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

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


#baabc6 Background Color

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

This div background color is #baabc6


#baabc6 Border Color

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

This div border color is #baabc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabc6


Comments

No comments written yet.

Please login to write comment.