Color Hex Logo

#baabb4 Color Hex

#BAABB4
(186,171,180)
0 Favorites   0 Comments

Color spaces of #baabb4

RGB 186171180
HSL0.900.100.70
HSV324°73°
CMYK 0.000.080.03   0.27
XYZ43.050842.860249.1838
Yxy42.86020.31870.3173
Hunter Lab65.46772.81101.2847
CIE-Lab71.46007.0053-2.6630

#baabb4 color RGB value is (186,171,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 10110100
Octal 272 253 264
Decimal 186 171 180
Hex BA AB B4

RGB Percentages of Color #baabb4

%34.64
%31.84
%33.52

CMYK Percentages of Color #baabb4

%0
%8
%3
%27

Triadic Colors of #baabb4

#baabb4 #b4baab #abb4ba

Analogous Colors of #baabb4

#baabb4 #baabad #b9abba

Monochromatic Colors of #baabb4

#baabb4

Complementary Color

#baabb4 #abbab1

#baabb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabb4 Color CSS Codes

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

#baabb4 Text Font Color

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

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


#baabb4 Background Color

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

This div background color is #baabb4


#baabb4 Border Color

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

This div border color is #baabb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabb4


Comments

No comments written yet.

Please login to write comment.