Color Hex Logo

#bab493 Color Hex

#BAB493
(186,180,147)
0 Favorites   0 Comments

Color spaces of #bab493

RGB 186180147
HSL0.140.220.65
HSV51°21°73°
CMYK 0.000.030.21   0.27
XYZ41.837445.188234.1209
Yxy45.18820.34530.3730
Hunter Lab67.2222-6.544916.9609
CIE-Lab73.0156-3.342217.6282

#bab493 color RGB value is (186,180,147).

#bab493 hex color red value is 186, green value is 180 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bab493 hue: 0.14 , saturation: 0.22 and the lightness value of bab493 is 0.65.

The process color (four color CMYK) of #bab493 color hex is 0.00, 0.03, 0.21, 0.27. Web safe color of #bab493 is #cccc99. Color #bab493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 10010011
Octal 272 264 223
Decimal 186 180 147
Hex BA B4 93

RGB Percentages of Color #bab493

%36.26
%35.09
%28.65

CMYK Percentages of Color #bab493

%0
%3
%21
%27

Triadic Colors of #bab493

#bab493 #93bab4 #b493ba

Analogous Colors of #bab493

#bab493 #adba93 #baa193

Monochromatic Colors of #bab493

#bab493

Complementary Color

#bab493 #9399ba

#bab493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab493 Color CSS Codes

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

#bab493 Text Font Color

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

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


#bab493 Background Color

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

This div background color is #bab493


#bab493 Border Color

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

This div border color is #bab493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab493


Comments

No comments written yet.

Please login to write comment.