Color Hex Logo

#baabb5 Color Hex

#BAABB5
(186,171,181)
0 Favorites   0 Comments

Color spaces of #baabb5

RGB 186171181
HSL0.890.100.70
HSV320°73°
CMYK 0.000.080.03   0.27
XYZ43.153142.901149.7224
Yxy42.90110.31780.3160
Hunter Lab65.49892.97920.8403
CIE-Lab71.48787.1893-3.1731

#baabb5 color RGB value is (186,171,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 10110101
Octal 272 253 265
Decimal 186 171 181
Hex BA AB B5

RGB Percentages of Color #baabb5

%34.57
%31.78
%33.64

CMYK Percentages of Color #baabb5

%0
%8
%3
%27

Triadic Colors of #baabb5

#baabb5 #b5baab #abb5ba

Analogous Colors of #baabb5

#baabb5 #baabae #b8abba

Monochromatic Colors of #baabb5

#baabb5

Complementary Color

#baabb5 #abbab0

#baabb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabb5 Color CSS Codes

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

#baabb5 Text Font Color

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

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


#baabb5 Background Color

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

This div background color is #baabb5


#baabb5 Border Color

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

This div border color is #baabb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabb5


Comments

No comments written yet.

Please login to write comment.