Color Hex Logo

#ba9bad Color Hex

#BA9BAD
(186,155,173)
0 Favorites   0 Comments

Color spaces of #ba9bad

RGB 186155173
HSL0.900.180.67
HSV325°17°73°
CMYK 0.000.170.07   0.27
XYZ39.513936.898944.5748
Yxy36.89890.32660.3050
Hunter Lab60.74459.8103-0.9864
CIE-Lab67.201114.5449-5.0544

#ba9bad color RGB value is (186,155,173).

#ba9bad hex color red value is 186, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ba9bad hue: 0.90 , saturation: 0.18 and the lightness value of ba9bad is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011011 10101101
Octal 272 233 255
Decimal 186 155 173
Hex BA 9B AD

RGB Percentages of Color #ba9bad

%36.19
%30.16
%33.66

CMYK Percentages of Color #ba9bad

%0
%17
%7
%27

Triadic Colors of #ba9bad

#ba9bad #adba9b #9badba

Analogous Colors of #ba9bad

#ba9bad #ba9b9e #b89bba

Monochromatic Colors of #ba9bad

#ba9bad

Complementary Color

#ba9bad #9bbaa8

#ba9bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9bad Color CSS Codes

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

#ba9bad Text Font Color

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

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


#ba9bad Background Color

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

This div background color is #ba9bad


#ba9bad Border Color

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

This div border color is #ba9bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9bad


Comments

No comments written yet.

Please login to write comment.