Color Hex Logo

#baa79d Color Hex

#BAA79D
(186,167,157)
0 Favorites   0 Comments

Color spaces of #baa79d

RGB 186167157
HSL0.060.170.67
HSV21°16°73°
CMYK 0.000.100.16   0.27
XYZ40.154240.510937.6013
Yxy40.51090.33950.3425
Hunter Lab63.64821.22739.5271
CIE-Lab69.83195.21037.6688

#baa79d color RGB value is (186,167,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 10011101
Octal 272 247 235
Decimal 186 167 157
Hex BA A7 9D

RGB Percentages of Color #baa79d

%36.47
%32.75
%30.78

CMYK Percentages of Color #baa79d

%0
%10
%16
%27

Triadic Colors of #baa79d

#baa79d #9dbaa7 #a79dba

Analogous Colors of #baa79d

#baa79d #bab69d #ba9da2

Monochromatic Colors of #baa79d

#baa79d

Complementary Color

#baa79d #9db0ba

#baa79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa79d Color CSS Codes

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

#baa79d Text Font Color

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

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


#baa79d Background Color

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

This div background color is #baa79d


#baa79d Border Color

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

This div border color is #baa79d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,167,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 #baa79d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa79d


Comments

No comments written yet.

Please login to write comment.