Color Hex Logo

#bab8ad Color Hex

#BAB8AD
(186,184,173)
0 Favorites   0 Comments

Color spaces of #bab8ad

RGB 186184173
HSL0.140.090.70
HSV51°73°
CMYK 0.000.010.07   0.27
XYZ44.933047.737246.3811
Yxy47.73720.32310.3433
Hunter Lab69.0921-4.82648.5635
CIE-Lab74.6589-1.26665.8244

#bab8ad color RGB value is (186,184,173).

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

The process color (four color CMYK) of #bab8ad color hex is 0.00, 0.01, 0.07, 0.27. Web safe color of #bab8ad is #cccc99. Color #bab8ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 10101101
Octal 272 270 255
Decimal 186 184 173
Hex BA B8 AD

RGB Percentages of Color #bab8ad

%34.25
%33.89
%31.86

CMYK Percentages of Color #bab8ad

%0
%1
%7
%27

Triadic Colors of #bab8ad

#bab8ad #adbab8 #b8adba

Analogous Colors of #bab8ad

#bab8ad #b6baad #bab2ad

Monochromatic Colors of #bab8ad

#bab8ad

Complementary Color

#bab8ad #adafba

#bab8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab8ad Color CSS Codes

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

#bab8ad Text Font Color

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

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


#bab8ad Background Color

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

This div background color is #bab8ad


#bab8ad Border Color

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

This div border color is #bab8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab8ad

#bab8ad Color Palettes


Comments

No comments written yet.

Please login to write comment.