Color Hex Logo

#bab346 Color Hex

#BAB346
(186,179,70)
0 Favorites   0 Comments

Color spaces of #bab346

RGB 18617970
HSL0.160.460.50
HSV56°62°73°
CMYK 0.000.040.62   0.27
XYZ37.475343.121512.1425
Yxy43.12150.40410.4650
Hunter Lab65.6670-13.049535.0035
CIE-Lab71.6374-11.108054.8315

#bab346 color RGB value is (186,179,70).

#bab346 hex color red value is 186, green value is 179 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bab346 hue: 0.16 , saturation: 0.46 and the lightness value of bab346 is 0.50.

The process color (four color CMYK) of #bab346 color hex is 0.00, 0.04, 0.62, 0.27. Web safe color of #bab346 is #cccc33. Color #bab346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 01000110
Octal 272 263 106
Decimal 186 179 70
Hex BA B3 46

RGB Percentages of Color #bab346

%42.76
%41.15
%16.09

CMYK Percentages of Color #bab346

%0
%4
%62
%27

Triadic Colors of #bab346

#bab346 #46bab3 #b346ba

Analogous Colors of #bab346

#bab346 #87ba46 #ba7946

Monochromatic Colors of #bab346

#bab346

Complementary Color

#bab346 #464dba

#bab346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab346 Color CSS Codes

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

#bab346 Text Font Color

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

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


#bab346 Background Color

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

This div background color is #bab346


#bab346 Border Color

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

This div border color is #bab346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab346


Comments

No comments written yet.

Please login to write comment.