Color Hex Logo

#baa897 Color Hex

#BAA897
(186,168,151)
0 Favorites   0 Comments

Color spaces of #baa897

RGB 186168151
HSL0.080.200.66
HSV29°19°73°
CMYK 0.000.100.19   0.27
XYZ39.838240.678735.0302
Yxy40.67870.34480.3521
Hunter Lab63.7799-0.120012.0817
CIE-Lab69.95023.713411.1468

#baa897 color RGB value is (186,168,151).

#baa897 hex color red value is 186, green value is 168 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #baa897 hue: 0.08 , saturation: 0.20 and the lightness value of baa897 is 0.66.

The process color (four color CMYK) of #baa897 color hex is 0.00, 0.10, 0.19, 0.27. Web safe color of #baa897 is #cc9999. Color #baa897 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 10010111
Octal 272 250 227
Decimal 186 168 151
Hex BA A8 97

RGB Percentages of Color #baa897

%36.83
%33.27
%29.90

CMYK Percentages of Color #baa897

%0
%10
%19
%27

Triadic Colors of #baa897

#baa897 #97baa8 #a897ba

Analogous Colors of #baa897

#baa897 #baba97 #ba9798

Monochromatic Colors of #baa897

#baa897

Complementary Color

#baa897 #97a9ba

#baa897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa897 Color CSS Codes

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

#baa897 Text Font Color

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

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


#baa897 Background Color

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

This div background color is #baa897


#baa897 Border Color

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

This div border color is #baa897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa897


Comments

No comments written yet.

Please login to write comment.