Color Hex Logo

#baa48e Color Hex

#BAA48E
(186,164,142)
0 Favorites   0 Comments

Color spaces of #baa48e

RGB 186164142
HSL0.080.240.64
HSV30°24°73°
CMYK 0.000.120.24   0.27
XYZ38.407638.943031.0836
Yxy38.94300.35420.3591
Hunter Lab62.40430.652714.1507
CIE-Lab68.71004.525614.3614

#baa48e color RGB value is (186,164,142).

#baa48e hex color red value is 186, green value is 164 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #baa48e hue: 0.08 , saturation: 0.24 and the lightness value of baa48e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 10001110
Octal 272 244 216
Decimal 186 164 142
Hex BA A4 8E

RGB Percentages of Color #baa48e

%37.80
%33.33
%28.86

CMYK Percentages of Color #baa48e

%0
%12
%24
%27

Triadic Colors of #baa48e

#baa48e #8ebaa4 #a48eba

Analogous Colors of #baa48e

#baa48e #baba8e #ba8e8e

Monochromatic Colors of #baa48e

#baa48e

Complementary Color

#baa48e #8ea4ba

#baa48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa48e Color CSS Codes

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

#baa48e Text Font Color

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

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


#baa48e Background Color

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

This div background color is #baa48e


#baa48e Border Color

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

This div border color is #baa48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa48e


Comments

No comments written yet.

Please login to write comment.