Color Hex Logo

#ba978c Color Hex

#BA978C
(186,151,140)
0 Favorites   0 Comments

Color spaces of #ba978c

RGB 186151140
HSL0.040.250.64
HSV14°25°73°
CMYK 0.000.190.25   0.27
XYZ36.049934.465829.5635
Yxy34.46580.36020.3444
Hunter Lab58.70766.871211.2385
CIE-Lab65.330611.367510.7176

#ba978c color RGB value is (186,151,140).

#ba978c hex color red value is 186, green value is 151 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ba978c hue: 0.04 , saturation: 0.25 and the lightness value of ba978c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010111 10001100
Octal 272 227 214
Decimal 186 151 140
Hex BA 97 8C

RGB Percentages of Color #ba978c

%38.99
%31.66
%29.35

CMYK Percentages of Color #ba978c

%0
%19
%25
%27

Triadic Colors of #ba978c

#ba978c #8cba97 #978cba

Analogous Colors of #ba978c

#ba978c #baae8c #ba8c98

Monochromatic Colors of #ba978c

#ba978c

Complementary Color

#ba978c #8cafba

#ba978c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba978c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba978c Color CSS Codes

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

#ba978c Text Font Color

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

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


#ba978c Background Color

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

This div background color is #ba978c


#ba978c Border Color

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

This div border color is #ba978c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba978c


Comments

No comments written yet.

Please login to write comment.