Color Hex Logo

#baa899 Color Hex

#BAA899
(186,168,153)
0 Favorites   0 Comments

Color spaces of #baa899

RGB 186168153
HSL0.080.190.66
HSV27°18°73°
CMYK 0.000.100.18   0.27
XYZ40.002140.744335.8931
Yxy40.74430.34300.3493
Hunter Lab63.83130.158611.3424
CIE-Lab69.99644.026810.1103

#baa899 color RGB value is (186,168,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 10011001
Octal 272 250 231
Decimal 186 168 153
Hex BA A8 99

RGB Percentages of Color #baa899

%36.69
%33.14
%30.18

CMYK Percentages of Color #baa899

%0
%10
%18
%27

Triadic Colors of #baa899

#baa899 #99baa8 #a899ba

Analogous Colors of #baa899

#baa899 #bab999 #ba999b

Monochromatic Colors of #baa899

#baa899

Complementary Color

#baa899 #99abba

#baa899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa899 Color CSS Codes

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

#baa899 Text Font Color

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

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


#baa899 Background Color

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

This div background color is #baa899


#baa899 Border Color

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

This div border color is #baa899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa899


Comments

No comments written yet.

Please login to write comment.