Color Hex Logo

#baaabf Color Hex

#BAAABF
(186,170,191)
0 Favorites   0 Comments

Color spaces of #baaabf

RGB 186170191
HSL0.790.140.71
HSV286°11°75°
CMYK 0.030.110.00   0.25
XYZ44.028442.950155.2599
Yxy42.95010.30950.3020
Hunter Lab65.53635.2307-4.1176
CIE-Lab71.52119.6267-8.6332

#baaabf color RGB value is (186,170,191).

#baaabf hex color red value is 186, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #baaabf hue: 0.79 , saturation: 0.14 and the lightness value of baaabf is 0.71.

The process color (four color CMYK) of #baaabf color hex is 0.03, 0.11, 0.00, 0.25. Web safe color of #baaabf is #cc99cc. Color #baaabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 10111111
Octal 272 252 277
Decimal 186 170 191
Hex BA AA BF

RGB Percentages of Color #baaabf

%34.00
%31.08
%34.92

CMYK Percentages of Color #baaabf

%3
%11
%0
%25

Triadic Colors of #baaabf

#baaabf #bfbaaa #aabfba

Analogous Colors of #baaabf

#baaabf #bfaaba #b0aabf

Monochromatic Colors of #baaabf

#baaabf

Complementary Color

#baaabf #afbfaa

#baaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaabf Color CSS Codes

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

#baaabf Text Font Color

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

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


#baaabf Background Color

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

This div background color is #baaabf


#baaabf Border Color

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

This div border color is #baaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaabf


Comments

No comments written yet.

Please login to write comment.