Color Hex Logo

#baabb6 Color Hex

#BAABB6
(186,171,182)
0 Favorites   0 Comments

Color spaces of #baabb6

RGB 186171182
HSL0.880.100.70
HSV316°73°
CMYK 0.000.080.02   0.27
XYZ43.256142.942350.2648
Yxy42.94230.31700.3147
Hunter Lab65.53043.14830.3931
CIE-Lab71.51587.3741-3.6829

#baabb6 color RGB value is (186,171,182).

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

The process color (four color CMYK) of #baabb6 color hex is 0.00, 0.08, 0.02, 0.27. Web safe color of #baabb6 is #cc99cc. Color #baabb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 10110110
Octal 272 253 266
Decimal 186 171 182
Hex BA AB B6

RGB Percentages of Color #baabb6

%34.51
%31.73
%33.77

CMYK Percentages of Color #baabb6

%0
%8
%2
%27

Triadic Colors of #baabb6

#baabb6 #b6baab #abb6ba

Analogous Colors of #baabb6

#baabb6 #baabaf #b7abba

Monochromatic Colors of #baabb6

#baabb6

Complementary Color

#baabb6 #abbaaf

#baabb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabb6 Color CSS Codes

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

#baabb6 Text Font Color

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

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


#baabb6 Background Color

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

This div background color is #baabb6


#baabb6 Border Color

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

This div border color is #baabb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabb6


Comments

No comments written yet.

Please login to write comment.