Color Hex Logo

#bab178 Color Hex

#BAB178
(186,177,120)
0 Favorites   0 Comments

Color spaces of #bab178

RGB 186177120
HSL0.140.320.60
HSV52°35°73°
CMYK 0.000.050.35   0.27
XYZ39.362043.239524.0407
Yxy43.23950.36910.4055
Hunter Lab65.7567-8.224224.3533
CIE-Lab71.7172-5.399930.3553

#bab178 color RGB value is (186,177,120).

#bab178 hex color red value is 186, green value is 177 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bab178 hue: 0.14 , saturation: 0.32 and the lightness value of bab178 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 01111000
Octal 272 261 170
Decimal 186 177 120
Hex BA B1 78

RGB Percentages of Color #bab178

%38.51
%36.65
%24.84

CMYK Percentages of Color #bab178

%0
%5
%35
%27

Triadic Colors of #bab178

#bab178 #78bab1 #b178ba

Analogous Colors of #bab178

#bab178 #a2ba78 #ba9078

Monochromatic Colors of #bab178

#bab178

Complementary Color

#bab178 #7881ba

#bab178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab178 Color CSS Codes

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

#bab178 Text Font Color

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

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


#bab178 Background Color

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

This div background color is #bab178


#bab178 Border Color

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

This div border color is #bab178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab178


Comments

No comments written yet.

Please login to write comment.