Color Hex Logo

#bab060 Color Hex

#BAB060
(186,176,96)
0 Favorites   0 Comments

Color spaces of #bab060

RGB 18617696
HSL0.150.390.55
HSV53°48°73°
CMYK 0.000.050.48   0.27
XYZ37.886442.334317.2408
Yxy42.33430.38870.4344
Hunter Lab65.0648-9.925229.8348
CIE-Lab71.1008-7.459541.9733

#bab060 color RGB value is (186,176,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 01100000
Octal 272 260 140
Decimal 186 176 96
Hex BA B0 60

RGB Percentages of Color #bab060

%40.61
%38.43
%20.96

CMYK Percentages of Color #bab060

%0
%5
%48
%27

Triadic Colors of #bab060

#bab060 #60bab0 #b060ba

Analogous Colors of #bab060

#bab060 #97ba60 #ba8360

Monochromatic Colors of #bab060

#bab060

Complementary Color

#bab060 #606aba

#bab060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab060 Color CSS Codes

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

#bab060 Text Font Color

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

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


#bab060 Background Color

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

This div background color is #bab060


#bab060 Border Color

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

This div border color is #bab060


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,176,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 #bab060">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab060


Comments

No comments written yet.

Please login to write comment.