Color Hex Logo

#bab386 Color Hex

#BAB386
(186,179,134)
0 Favorites   0 Comments

Color spaces of #bab386

RGB 186179134
HSL0.140.270.63
HSV52°28°73°
CMYK 0.000.040.28   0.27
XYZ40.672944.400528.9807
Yxy44.40050.35660.3893
Hunter Lab66.6337-7.653420.8569
CIE-Lab72.4954-4.661823.9273

#bab386 color RGB value is (186,179,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 10000110
Octal 272 263 206
Decimal 186 179 134
Hex BA B3 86

RGB Percentages of Color #bab386

%37.27
%35.87
%26.85

CMYK Percentages of Color #bab386

%0
%4
%28
%27

Triadic Colors of #bab386

#bab386 #86bab3 #b386ba

Analogous Colors of #bab386

#bab386 #a7ba86 #ba9986

Monochromatic Colors of #bab386

#bab386

Complementary Color

#bab386 #868dba

#bab386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab386 Color CSS Codes

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

#bab386 Text Font Color

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

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


#bab386 Background Color

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

This div background color is #bab386


#bab386 Border Color

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

This div border color is #bab386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab386


Comments

No comments written yet.

Please login to write comment.