Color Hex Logo

#ba988f Color Hex

#BA988F
(186,152,143)
0 Favorites   0 Comments

Color spaces of #ba988f

RGB 186152143
HSL0.030.240.65
HSV13°23°73°
CMYK 0.000.180.23   0.27
XYZ36.435934.878730.7985
Yxy34.87870.35680.3416
Hunter Lab59.05826.773610.4213
CIE-Lab65.654111.26039.4965

#ba988f color RGB value is (186,152,143).

#ba988f hex color red value is 186, green value is 152 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ba988f hue: 0.03 , saturation: 0.24 and the lightness value of ba988f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011000 10001111
Octal 272 230 217
Decimal 186 152 143
Hex BA 98 8F

RGB Percentages of Color #ba988f

%38.67
%31.60
%29.73

CMYK Percentages of Color #ba988f

%0
%18
%23
%27

Triadic Colors of #ba988f

#ba988f #8fba98 #988fba

Analogous Colors of #ba988f

#ba988f #baae8f #ba8f9c

Monochromatic Colors of #ba988f

#ba988f

Complementary Color

#ba988f #8fb1ba

#ba988f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba988f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba988f Color CSS Codes

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

#ba988f Text Font Color

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

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


#ba988f Background Color

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

This div background color is #ba988f


#ba988f Border Color

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

This div border color is #ba988f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba988f


Comments

No comments written yet.

Please login to write comment.