Color Hex Logo

#bab063 Color Hex

#BAB063
(186,176,99)
0 Favorites   0 Comments

Color spaces of #bab063

RGB 18617699
HSL0.150.390.56
HSV53°47°73°
CMYK 0.000.050.47   0.27
XYZ38.027242.390617.9823
Yxy42.39060.38650.4308
Hunter Lab65.1081-9.683929.2002
CIE-Lab71.1394-7.170540.5104

#bab063 color RGB value is (186,176,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 01100011
Octal 272 260 143
Decimal 186 176 99
Hex BA B0 63

RGB Percentages of Color #bab063

%40.35
%38.18
%21.48

CMYK Percentages of Color #bab063

%0
%5
%47
%27

Triadic Colors of #bab063

#bab063 #63bab0 #b063ba

Analogous Colors of #bab063

#bab063 #99ba63 #ba8563

Monochromatic Colors of #bab063

#bab063

Complementary Color

#bab063 #636dba

#bab063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab063 Color CSS Codes

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

#bab063 Text Font Color

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

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


#bab063 Background Color

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

This div background color is #bab063


#bab063 Border Color

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

This div border color is #bab063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab063


Comments

No comments written yet.

Please login to write comment.