Color Hex Logo

#bab156 Color Hex

#BAB156
(186,177,86)
0 Favorites   0 Comments

Color spaces of #bab156

RGB 18617786
HSL0.150.420.53
HSV55°54°73°
CMYK 0.000.050.54   0.27
XYZ37.651642.555315.0336
Yxy42.55530.39530.4468
Hunter Lab65.2344-11.134732.0004
CIE-Lab71.2521-8.873447.0639

#bab156 color RGB value is (186,177,86).

#bab156 hex color red value is 186, green value is 177 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bab156 hue: 0.15 , saturation: 0.42 and the lightness value of bab156 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 01010110
Octal 272 261 126
Decimal 186 177 86
Hex BA B1 56

RGB Percentages of Color #bab156

%41.43
%39.42
%19.15

CMYK Percentages of Color #bab156

%0
%5
%54
%27

Triadic Colors of #bab156

#bab156 #56bab1 #b156ba

Analogous Colors of #bab156

#bab156 #91ba56 #ba7f56

Monochromatic Colors of #bab156

#bab156

Complementary Color

#bab156 #565fba

#bab156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab156 Color CSS Codes

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

#bab156 Text Font Color

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

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


#bab156 Background Color

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

This div background color is #bab156


#bab156 Border Color

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

This div border color is #bab156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab156


Comments

No comments written yet.

Please login to write comment.