Color Hex Logo

#bab446 Color Hex

#BAB446
(186,180,70)
0 Favorites   0 Comments

Color spaces of #bab446

RGB 18618070
HSL0.160.460.50
HSV57°62°73°
CMYK 0.000.030.62   0.27
XYZ37.676443.523812.2095
Yxy43.52380.40330.4659
Hunter Lab65.9726-13.512135.2080
CIE-Lab71.9091-11.624555.1232

#bab446 color RGB value is (186,180,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 01000110
Octal 272 264 106
Decimal 186 180 70
Hex BA B4 46

RGB Percentages of Color #bab446

%42.66
%41.28
%16.06

CMYK Percentages of Color #bab446

%0
%3
%62
%27

Triadic Colors of #bab446

#bab446 #46bab4 #b446ba

Analogous Colors of #bab446

#bab446 #86ba46 #ba7a46

Monochromatic Colors of #bab446

#bab446

Complementary Color

#bab446 #464cba

#bab446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab446 Color CSS Codes

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

#bab446 Text Font Color

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

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


#bab446 Background Color

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

This div background color is #bab446


#bab446 Border Color

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

This div border color is #bab446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab446


Comments

No comments written yet.

Please login to write comment.