Color Hex Logo

#bab0a3 Color Hex

#BAB0A3
(186,176,163)
0 Favorites   0 Comments

Color spaces of #bab0a3

RGB 186176163
HSL0.090.140.68
HSV34°12°73°
CMYK 0.000.050.12   0.27
XYZ42.385944.134140.9351
Yxy44.13410.33260.3463
Hunter Lab66.4335-2.37219.9700
CIE-Lab72.31801.31977.9252

#bab0a3 color RGB value is (186,176,163).

#bab0a3 hex color red value is 186, green value is 176 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bab0a3 hue: 0.09 , saturation: 0.14 and the lightness value of bab0a3 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 10100011
Octal 272 260 243
Decimal 186 176 163
Hex BA B0 A3

RGB Percentages of Color #bab0a3

%35.43
%33.52
%31.05

CMYK Percentages of Color #bab0a3

%0
%5
%12
%27

Triadic Colors of #bab0a3

#bab0a3 #a3bab0 #b0a3ba

Analogous Colors of #bab0a3

#bab0a3 #b9baa3 #baa5a3

Monochromatic Colors of #bab0a3

#bab0a3

Complementary Color

#bab0a3 #a3adba

#bab0a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab0a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab0a3 Color CSS Codes

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

#bab0a3 Text Font Color

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

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


#bab0a3 Background Color

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

This div background color is #bab0a3


#bab0a3 Border Color

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

This div border color is #bab0a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab0a3


Comments

No comments written yet.

Please login to write comment.