Color Hex Logo

#bab160 Color Hex

#BAB160
(186,177,96)
0 Favorites   0 Comments

Color spaces of #bab160

RGB 18617796
HSL0.150.390.55
HSV54°48°73°
CMYK 0.000.050.48   0.27
XYZ38.083242.727917.3064
Yxy42.72790.38810.4355
Hunter Lab65.3666-10.395730.0590
CIE-Lab71.3699-7.983442.3002

#bab160 color RGB value is (186,177,96).

#bab160 hex color red value is 186, green value is 177 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bab160 hue: 0.15 , saturation: 0.39 and the lightness value of bab160 is 0.55.

The process color (four color CMYK) of #bab160 color hex is 0.00, 0.05, 0.48, 0.27. Web safe color of #bab160 is #cc9966. Color #bab160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 01100000
Octal 272 261 140
Decimal 186 177 96
Hex BA B1 60

RGB Percentages of Color #bab160

%40.52
%38.56
%20.92

CMYK Percentages of Color #bab160

%0
%5
%48
%27

Triadic Colors of #bab160

#bab160 #60bab1 #b160ba

Analogous Colors of #bab160

#bab160 #96ba60 #ba8460

Monochromatic Colors of #bab160

#bab160

Complementary Color

#bab160 #6069ba

#bab160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab160 Color CSS Codes

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

#bab160 Text Font Color

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

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


#bab160 Background Color

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

This div background color is #bab160


#bab160 Border Color

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

This div border color is #bab160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab160


Comments

No comments written yet.

Please login to write comment.