Color Hex Logo

#baaba4 Color Hex

#BAABA4
(186,171,164)
0 Favorites   0 Comments

Color spaces of #baaba4

RGB 186171164
HSL0.050.140.69
HSV19°12°73°
CMYK 0.000.080.12   0.27
XYZ41.513442.245341.0881
Yxy42.24530.33250.3384
Hunter Lab64.99640.26498.0167
CIE-Lab71.03974.19045.5416

#baaba4 color RGB value is (186,171,164).

#baaba4 hex color red value is 186, green value is 171 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #baaba4 hue: 0.05 , saturation: 0.14 and the lightness value of baaba4 is 0.69.

The process color (four color CMYK) of #baaba4 color hex is 0.00, 0.08, 0.12, 0.27. Web safe color of #baaba4 is #cc9999. Color #baaba4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 10100100
Octal 272 253 244
Decimal 186 171 164
Hex BA AB A4

RGB Percentages of Color #baaba4

%35.70
%32.82
%31.48

CMYK Percentages of Color #baaba4

%0
%8
%12
%27

Triadic Colors of #baaba4

#baaba4 #a4baab #aba4ba

Analogous Colors of #baaba4

#baaba4 #bab6a4 #baa4a8

Monochromatic Colors of #baaba4

#baaba4

Complementary Color

#baaba4 #a4b3ba

#baaba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaba4 Color CSS Codes

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

#baaba4 Text Font Color

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

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


#baaba4 Background Color

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

This div background color is #baaba4


#baaba4 Border Color

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

This div border color is #baaba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaba4


Comments

No comments written yet.

Please login to write comment.