Color Hex Logo

#ba959a Color Hex

#BA959A
(186,149,154)
0 Favorites   0 Comments

Color spaces of #ba959a

RGB 186149154
HSL0.980.210.66
HSV352°20°73°
CMYK 0.000.200.17   0.27
XYZ36.829934.267135.2449
Yxy34.26710.34630.3222
Hunter Lab58.53819.86365.2791
CIE-Lab65.174014.63422.6326

#ba959a color RGB value is (186,149,154).

#ba959a hex color red value is 186, green value is 149 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ba959a hue: 0.98 , saturation: 0.21 and the lightness value of ba959a is 0.66.

The process color (four color CMYK) of #ba959a color hex is 0.00, 0.20, 0.17, 0.27. Web safe color of #ba959a is #cc9999. Color #ba959a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010101 10011010
Octal 272 225 232
Decimal 186 149 154
Hex BA 95 9A

RGB Percentages of Color #ba959a

%38.04
%30.47
%31.49

CMYK Percentages of Color #ba959a

%0
%20
%17
%27

Triadic Colors of #ba959a

#ba959a #9aba95 #959aba

Analogous Colors of #ba959a

#ba959a #baa395 #ba95ad

Monochromatic Colors of #ba959a

#ba959a

Complementary Color

#ba959a #95bab5

#ba959a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba959a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba959a Color CSS Codes

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

#ba959a Text Font Color

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

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


#ba959a Background Color

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

This div background color is #ba959a


#ba959a Border Color

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

This div border color is #ba959a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba959a


Comments

No comments written yet.

Please login to write comment.