Color Hex Logo

#ba989a Color Hex

#BA989A
(186,152,154)
0 Favorites   0 Comments

Color spaces of #ba989a

RGB 186152154
HSL0.990.200.66
HSV356°18°73°
CMYK 0.000.180.17   0.27
XYZ37.310735.228735.4052
Yxy35.22870.34560.3264
Hunter Lab59.35388.33886.1805
CIE-Lab65.926312.97093.7218

#ba989a color RGB value is (186,152,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011000 10011010
Octal 272 230 232
Decimal 186 152 154
Hex BA 98 9A

RGB Percentages of Color #ba989a

%37.80
%30.89
%31.30

CMYK Percentages of Color #ba989a

%0
%18
%17
%27

Triadic Colors of #ba989a

#ba989a #9aba98 #989aba

Analogous Colors of #ba989a

#ba989a #baa798 #ba98ab

Monochromatic Colors of #ba989a

#ba989a

Complementary Color

#ba989a #98bab8

#ba989a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba989a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba989a Color CSS Codes

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

#ba989a Text Font Color

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

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


#ba989a Background Color

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

This div background color is #ba989a


#ba989a Border Color

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

This div border color is #ba989a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba989a


Comments

No comments written yet.

Please login to write comment.