color details

Color Details
#BA898C Color Hex

#BA898C color RGB value is (11, 168, 152).
#BA898C hex color red value is 11, green value is 168, and blue value is 152.
Cylindrical-coordinate representations (HSL) of color #BA898C hue: 173.89, saturation: 0.88 and lightness: 0.35.

The process color (four-color CMYK) of #BA898C color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #BA898C is #ff9999. Color #BA898C contains mainly RED.

Color Spaces
Color spaces of #BA898CValue
RGB186, 137, 140
HSL0.99, 0.26, 0.63
HSV356°, 26°, 73°
XYZ33.93, 30.23, 28.85
Base Numbers
Base Red Green Blue
Binary 10111010 10001001 10001100
Octal 272 211 214
Decimal 186 137 140
Hex BA 89 8C

RGB Percentages for Color #BA898C

40.17%
29.59%
30.24%

CMYK Percentages of the Color #BA898C

26.34%
24.73%
27.06%
CSS Codes for Color #BA898C
.mybgColor {background-color: #BA898C;}
.myforeColor {color: #BA898C;}
.myborderColor {border:3px solid #BA898C;}
Text Font Color #BA898C

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

This sample text is styled with the font color #BA898C. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #BA898C

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

The background color of this div is #BA898C
Border Color #BA898C

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

The border color of this div is #BA898C
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(186, 137, 140, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #BA898C;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #BA898C;
-webkit-box-shadow: 1px 1px 3px #BA898C;
box-shadow: 1px 1px 3px #BA898C;            }
            
Text Shadow Using RGB Values

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

This text has a shadow with RGB values.

Text Shadow Using Hex Values

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

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

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

This div box has a shadow with a specified color. #BA898C

Scroll to Top