Color Hex Logo

#bab391 Color Hex

#BAB391
(186,179,145)
0 Favorites   0 Comments

Color spaces of #bab391

RGB 186179145
HSL0.140.230.65
HSV50°22°73°
CMYK 0.000.040.22   0.27
XYZ41.480644.723633.2343
Yxy44.72360.34730.3744
Hunter Lab66.8757-6.315317.3485
CIE-Lab72.7095-3.107018.2874

#bab391 color RGB value is (186,179,145).

#bab391 hex color red value is 186, green value is 179 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bab391 hue: 0.14 , saturation: 0.23 and the lightness value of bab391 is 0.65.

The process color (four color CMYK) of #bab391 color hex is 0.00, 0.04, 0.22, 0.27. Web safe color of #bab391 is #cccc99. Color #bab391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 10010001
Octal 272 263 221
Decimal 186 179 145
Hex BA B3 91

RGB Percentages of Color #bab391

%36.47
%35.10
%28.43

CMYK Percentages of Color #bab391

%0
%4
%22
%27

Triadic Colors of #bab391

#bab391 #91bab3 #b391ba

Analogous Colors of #bab391

#bab391 #adba91 #ba9f91

Monochromatic Colors of #bab391

#bab391

Complementary Color

#bab391 #9198ba

#bab391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab391 Color CSS Codes

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

#bab391 Text Font Color

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

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


#bab391 Background Color

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

This div background color is #bab391


#bab391 Border Color

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

This div border color is #bab391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab391


Comments

No comments written yet.

Please login to write comment.