Color Hex Logo

#baa693 Color Hex

#BAA693
(186,166,147)
0 Favorites   0 Comments

Color spaces of #baa693

RGB 186166147
HSL0.080.220.65
HSV29°21°73°
CMYK 0.000.110.21   0.27
XYZ39.152439.818133.2259
Yxy39.81810.34900.3549
Hunter Lab63.10160.325412.9522
CIE-Lab69.33984.185012.4888

#baa693 color RGB value is (186,166,147).

#baa693 hex color red value is 186, green value is 166 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #baa693 hue: 0.08 , saturation: 0.22 and the lightness value of baa693 is 0.65.

The process color (four color CMYK) of #baa693 color hex is 0.00, 0.11, 0.21, 0.27. Web safe color of #baa693 is #cc9999. Color #baa693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 10010011
Octal 272 246 223
Decimal 186 166 147
Hex BA A6 93

RGB Percentages of Color #baa693

%37.27
%33.27
%29.46

CMYK Percentages of Color #baa693

%0
%11
%21
%27

Triadic Colors of #baa693

#baa693 #93baa6 #a693ba

Analogous Colors of #baa693

#baa693 #baba93 #ba9394

Monochromatic Colors of #baa693

#baa693

Complementary Color

#baa693 #93a7ba

#baa693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa693 Color CSS Codes

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

#baa693 Text Font Color

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

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


#baa693 Background Color

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

This div background color is #baa693


#baa693 Border Color

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

This div border color is #baa693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa693


Comments

No comments written yet.

Please login to write comment.