Color Hex Logo

#baa79f Color Hex

#BAA79F
(186,167,159)
0 Favorites   0 Comments

Color spaces of #baa79f

RGB 186167159
HSL0.050.160.68
HSV18°15°73°
CMYK 0.000.100.15   0.27
XYZ40.326440.579738.5081
Yxy40.57970.33770.3398
Hunter Lab63.70221.51988.7506
CIE-Lab69.88045.53656.6335

#baa79f color RGB value is (186,167,159).

#baa79f hex color red value is 186, green value is 167 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #baa79f hue: 0.05 , saturation: 0.16 and the lightness value of baa79f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 10011111
Octal 272 247 237
Decimal 186 167 159
Hex BA A7 9F

RGB Percentages of Color #baa79f

%36.33
%32.62
%31.05

CMYK Percentages of Color #baa79f

%0
%10
%15
%27

Triadic Colors of #baa79f

#baa79f #9fbaa7 #a79fba

Analogous Colors of #baa79f

#baa79f #bab59f #ba9fa5

Monochromatic Colors of #baa79f

#baa79f

Complementary Color

#baa79f #9fb2ba

#baa79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa79f Color CSS Codes

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

#baa79f Text Font Color

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

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


#baa79f Background Color

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

This div background color is #baa79f


#baa79f Border Color

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

This div border color is #baa79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa79f


Comments

No comments written yet.

Please login to write comment.