Color Hex Logo

#bab246 Color Hex

#BAB246
(186,178,70)
0 Favorites   0 Comments

Color spaces of #bab246

RGB 18617870
HSL0.160.460.50
HSV56°62°73°
CMYK 0.000.040.62   0.27
XYZ37.275642.722112.0759
Yxy42.72210.40480.4640
Hunter Lab65.3621-12.586434.7995
CIE-Lab71.3659-10.590654.5398

#bab246 color RGB value is (186,178,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 01000110
Octal 272 262 106
Decimal 186 178 70
Hex BA B2 46

RGB Percentages of Color #bab246

%42.86
%41.01
%16.13

CMYK Percentages of Color #bab246

%0
%4
%62
%27

Triadic Colors of #bab246

#bab246 #46bab2 #b246ba

Analogous Colors of #bab246

#bab246 #88ba46 #ba7846

Monochromatic Colors of #bab246

#bab246

Complementary Color

#bab246 #464eba

#bab246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab246 Color CSS Codes

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

#bab246 Text Font Color

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

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


#bab246 Background Color

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

This div background color is #bab246


#bab246 Border Color

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

This div border color is #bab246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab246


Comments

No comments written yet.

Please login to write comment.