Color Hex Logo

#baa08d Color Hex

#BAA08D
(186,160,141)
0 Favorites   0 Comments

Color spaces of #baa08d

RGB 186160141
HSL0.070.250.64
HSV25°24°73°
CMYK 0.000.140.24   0.27
XYZ37.628237.503830.4550
Yxy37.50380.35640.3552
Hunter Lab61.24032.506013.3832
CIE-Lab67.65336.562613.4333

#baa08d color RGB value is (186,160,141).

#baa08d hex color red value is 186, green value is 160 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #baa08d hue: 0.07 , saturation: 0.25 and the lightness value of baa08d is 0.64.

The process color (four color CMYK) of #baa08d color hex is 0.00, 0.14, 0.24, 0.27. Web safe color of #baa08d is #cc9999. Color #baa08d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 10001101
Octal 272 240 215
Decimal 186 160 141
Hex BA A0 8D

RGB Percentages of Color #baa08d

%38.19
%32.85
%28.95

CMYK Percentages of Color #baa08d

%0
%14
%24
%27

Triadic Colors of #baa08d

#baa08d #8dbaa0 #a08dba

Analogous Colors of #baa08d

#baa08d #bab78d #ba8d91

Monochromatic Colors of #baa08d

#baa08d

Complementary Color

#baa08d #8da7ba

#baa08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa08d Color CSS Codes

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

#baa08d Text Font Color

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

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


#baa08d Background Color

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

This div background color is #baa08d


#baa08d Border Color

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

This div border color is #baa08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa08d


Comments

No comments written yet.

Please login to write comment.