Color Hex Logo

#baaa9d Color Hex

#BAAA9D
(186,170,157)
0 Favorites   0 Comments

Color spaces of #baaa9d

RGB 186170157
HSL0.070.170.67
HSV27°16°73°
CMYK 0.000.090.16   0.27
XYZ40.710241.622937.7866
Yxy41.62290.33890.3465
Hunter Lab64.5158-0.267210.4352
CIE-Lab70.61013.57948.7805

#baaa9d color RGB value is (186,170,157).

#baaa9d hex color red value is 186, green value is 170 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #baaa9d hue: 0.07 , saturation: 0.17 and the lightness value of baaa9d is 0.67.

The process color (four color CMYK) of #baaa9d color hex is 0.00, 0.09, 0.16, 0.27. Web safe color of #baaa9d is #cc9999. Color #baaa9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 10011101
Octal 272 252 235
Decimal 186 170 157
Hex BA AA 9D

RGB Percentages of Color #baaa9d

%36.26
%33.14
%30.60

CMYK Percentages of Color #baaa9d

%0
%9
%16
%27

Triadic Colors of #baaa9d

#baaa9d #9dbaaa #aa9dba

Analogous Colors of #baaa9d

#baaa9d #bab99d #ba9d9f

Monochromatic Colors of #baaa9d

#baaa9d

Complementary Color

#baaa9d #9dadba

#baaa9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa9d Color CSS Codes

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

#baaa9d Text Font Color

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

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


#baaa9d Background Color

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

This div background color is #baaa9d


#baaa9d Border Color

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

This div border color is #baaa9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa9d


Comments

No comments written yet.

Please login to write comment.