Color Hex Logo

#bab486 Color Hex

#BAB486
(186,180,134)
0 Favorites   0 Comments

Color spaces of #bab486

RGB 186180134
HSL0.150.270.63
HSV53°28°73°
CMYK 0.000.030.28   0.27
XYZ40.874044.802929.0478
Yxy44.80290.35630.3905
Hunter Lab66.9350-8.134721.1244
CIE-Lab72.7619-5.190724.2877

#bab486 color RGB value is (186,180,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 10000110
Octal 272 264 206
Decimal 186 180 134
Hex BA B4 86

RGB Percentages of Color #bab486

%37.20
%36.00
%26.80

CMYK Percentages of Color #bab486

%0
%3
%28
%27

Triadic Colors of #bab486

#bab486 #86bab4 #b486ba

Analogous Colors of #bab486

#bab486 #a6ba86 #ba9a86

Monochromatic Colors of #bab486

#bab486

Complementary Color

#bab486 #868cba

#bab486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab486 Color CSS Codes

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

#bab486 Text Font Color

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

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


#bab486 Background Color

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

This div background color is #bab486


#bab486 Border Color

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

This div border color is #bab486


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,180,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 #bab486">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab486


Comments

No comments written yet.

Please login to write comment.