Color Hex Logo

#baac83 Color Hex

#BAAC83
(186,172,131)
0 Favorites   0 Comments

Color spaces of #baac83

RGB 186172131
HSL0.120.280.62
HSV45°30°73°
CMYK 0.000.080.30   0.27
XYZ39.099041.582827.4383
Yxy41.58280.36160.3846
Hunter Lab64.4847-4.618419.9114
CIE-Lab70.5823-1.340022.9530

#baac83 color RGB value is (186,172,131).

#baac83 hex color red value is 186, green value is 172 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #baac83 hue: 0.12 , saturation: 0.28 and the lightness value of baac83 is 0.62.

The process color (four color CMYK) of #baac83 color hex is 0.00, 0.08, 0.30, 0.27. Web safe color of #baac83 is #cc9999. Color #baac83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 10000011
Octal 272 254 203
Decimal 186 172 131
Hex BA AC 83

RGB Percentages of Color #baac83

%38.04
%35.17
%26.79

CMYK Percentages of Color #baac83

%0
%8
%30
%27

Triadic Colors of #baac83

#baac83 #83baac #ac83ba

Analogous Colors of #baac83

#baac83 #adba83 #ba9183

Monochromatic Colors of #baac83

#baac83

Complementary Color

#baac83 #8391ba

#baac83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac83 Color CSS Codes

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

#baac83 Text Font Color

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

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


#baac83 Background Color

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

This div background color is #baac83


#baac83 Border Color

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

This div border color is #baac83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac83

#baac83 Color Palettes


Comments

No comments written yet.

Please login to write comment.