Color Hex Logo

#ba9eab Color Hex

#BA9EAB
(186,158,171)
0 Favorites   0 Comments

Color spaces of #ba9eab

RGB 186158171
HSL0.920.170.67
HSV332°15°73°
CMYK 0.000.150.08   0.27
XYZ39.827237.833143.7315
Yxy37.83310.32810.3117
Hunter Lab61.50867.93970.9019
CIE-Lab67.897412.5272-2.9113

#ba9eab color RGB value is (186,158,171).

#ba9eab hex color red value is 186, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ba9eab hue: 0.92 , saturation: 0.17 and the lightness value of ba9eab is 0.67.

The process color (four color CMYK) of #ba9eab color hex is 0.00, 0.15, 0.08, 0.27. Web safe color of #ba9eab is #cc9999. Color #ba9eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011110 10101011
Octal 272 236 253
Decimal 186 158 171
Hex BA 9E AB

RGB Percentages of Color #ba9eab

%36.12
%30.68
%33.20

CMYK Percentages of Color #ba9eab

%0
%15
%8
%27

Triadic Colors of #ba9eab

#ba9eab #abba9e #9eabba

Analogous Colors of #ba9eab

#ba9eab #ba9f9e #ba9eb9

Monochromatic Colors of #ba9eab

#ba9eab

Complementary Color

#ba9eab #9ebaad

#ba9eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9eab Color CSS Codes

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

#ba9eab Text Font Color

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

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


#ba9eab Background Color

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

This div background color is #ba9eab


#ba9eab Border Color

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

This div border color is #ba9eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9eab


Comments

No comments written yet.

Please login to write comment.