Color Hex Logo

#baabc2 Color Hex

#BAABC2
(186,171,194)
0 Favorites   0 Comments

Color spaces of #baabc2

RGB 186171194
HSL0.780.160.72
HSV279°12°76°
CMYK 0.040.120.00   0.24
XYZ44.550243.460057.0795
Yxy43.46000.30710.2995
Hunter Lab65.92425.2592-5.1884
CIE-Lab71.86619.6620-9.7705

#baabc2 color RGB value is (186,171,194).

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

The process color (four color CMYK) of #baabc2 color hex is 0.04, 0.12, 0.00, 0.24. Web safe color of #baabc2 is #cc99cc. Color #baabc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11000010
Octal 272 253 302
Decimal 186 171 194
Hex BA AB C2

RGB Percentages of Color #baabc2

%33.76
%31.03
%35.21

CMYK Percentages of Color #baabc2

%4
%12
%0
%24

Triadic Colors of #baabc2

#baabc2 #c2baab #abc2ba

Analogous Colors of #baabc2

#baabc2 #c2abbf #afabc2

Monochromatic Colors of #baabc2

#baabc2

Complementary Color

#baabc2 #b3c2ab

#baabc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabc2 Color CSS Codes

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

#baabc2 Text Font Color

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

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


#baabc2 Background Color

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

This div background color is #baabc2


#baabc2 Border Color

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

This div border color is #baabc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabc2


Comments

No comments written yet.

Please login to write comment.