Color Hex Logo

#bab157 Color Hex

#BAB157
(186,177,87)
0 Favorites   0 Comments

Color spaces of #bab157

RGB 18617787
HSL0.150.420.54
HSV55°53°73°
CMYK 0.000.050.53   0.27
XYZ37.692142.571515.2474
Yxy42.57150.39460.4457
Hunter Lab65.2468-11.065331.8174
CIE-Lab71.2632-8.789546.5953

#bab157 color RGB value is (186,177,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 01010111
Octal 272 261 127
Decimal 186 177 87
Hex BA B1 57

RGB Percentages of Color #bab157

%41.33
%39.33
%19.33

CMYK Percentages of Color #bab157

%0
%5
%53
%27

Triadic Colors of #bab157

#bab157 #57bab1 #b157ba

Analogous Colors of #bab157

#bab157 #92ba57 #ba8057

Monochromatic Colors of #bab157

#bab157

Complementary Color

#bab157 #5760ba

#bab157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab157 Color CSS Codes

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

#bab157 Text Font Color

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

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


#bab157 Background Color

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

This div background color is #bab157


#bab157 Border Color

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

This div border color is #bab157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab157


Comments

No comments written yet.

Please login to write comment.