Color Hex Logo

#ba998a Color Hex

#BA998A
(186,153,138)
0 Favorites   0 Comments

Color spaces of #ba998a

RGB 186153138
HSL0.050.260.64
HSV19°26°73°
CMYK 0.000.180.26   0.27
XYZ36.228435.056528.9019
Yxy35.05650.36160.3499
Hunter Lab59.20855.605312.5043
CIE-Lab65.79269.972512.4876

#ba998a color RGB value is (186,153,138).

#ba998a hex color red value is 186, green value is 153 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ba998a hue: 0.05 , saturation: 0.26 and the lightness value of ba998a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 10001010
Octal 272 231 212
Decimal 186 153 138
Hex BA 99 8A

RGB Percentages of Color #ba998a

%38.99
%32.08
%28.93

CMYK Percentages of Color #ba998a

%0
%18
%26
%27

Triadic Colors of #ba998a

#ba998a #8aba99 #998aba

Analogous Colors of #ba998a

#ba998a #bab18a #ba8a93

Monochromatic Colors of #ba998a

#ba998a

Complementary Color

#ba998a #8aabba

#ba998a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba998a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba998a Color CSS Codes

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

#ba998a Text Font Color

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

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


#ba998a Background Color

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

This div background color is #ba998a


#ba998a Border Color

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

This div border color is #ba998a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba998a


Comments

No comments written yet.

Please login to write comment.