Color Hex Logo

#bab046 Color Hex

#BAB046
(186,176,70)
0 Favorites   0 Comments

Color spaces of #bab046

RGB 18617670
HSL0.150.460.50
HSV55°62°73°
CMYK 0.000.050.62   0.27
XYZ36.880541.932011.9442
Yxy41.93200.40640.4620
Hunter Lab64.7549-11.658334.3923
CIE-Lab70.8240-9.552353.9561

#bab046 color RGB value is (186,176,70).

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

The process color (four color CMYK) of #bab046 color hex is 0.00, 0.05, 0.62, 0.27. Web safe color of #bab046 is #cc9933. Color #bab046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 01000110
Octal 272 260 106
Decimal 186 176 70
Hex BA B0 46

RGB Percentages of Color #bab046

%43.06
%40.74
%16.20

CMYK Percentages of Color #bab046

%0
%5
%62
%27

Triadic Colors of #bab046

#bab046 #46bab0 #b046ba

Analogous Colors of #bab046

#bab046 #8aba46 #ba7646

Monochromatic Colors of #bab046

#bab046

Complementary Color

#bab046 #4650ba

#bab046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab046 Color CSS Codes

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

#bab046 Text Font Color

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

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


#bab046 Background Color

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

This div background color is #bab046


#bab046 Border Color

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

This div border color is #bab046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab046


Comments

No comments written yet.

Please login to write comment.