Color Hex Logo

#baa4bd Color Hex

#BAA4BD
(186,164,189)
0 Favorites   0 Comments

Color spaces of #baa4bd

RGB 186164189
HSL0.810.160.69
HSV293°13°74°
CMYK 0.020.130.00   0.26
XYZ42.710540.664153.7420
Yxy40.66410.31150.2966
Hunter Lab63.76847.9602-5.3299
CIE-Lab69.939912.5428-9.8850

#baa4bd color RGB value is (186,164,189).

#baa4bd hex color red value is 186, green value is 164 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #baa4bd hue: 0.81 , saturation: 0.16 and the lightness value of baa4bd is 0.69.

The process color (four color CMYK) of #baa4bd color hex is 0.02, 0.13, 0.00, 0.26. Web safe color of #baa4bd is #cc99cc. Color #baa4bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 10111101
Octal 272 244 275
Decimal 186 164 189
Hex BA A4 BD

RGB Percentages of Color #baa4bd

%34.51
%30.43
%35.06

CMYK Percentages of Color #baa4bd

%2
%13
%0
%26

Triadic Colors of #baa4bd

#baa4bd #bdbaa4 #a4bdba

Analogous Colors of #baa4bd

#baa4bd #bda4b4 #aea4bd

Monochromatic Colors of #baa4bd

#baa4bd

Complementary Color

#baa4bd #a7bda4

#baa4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa4bd Color CSS Codes

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

#baa4bd Text Font Color

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

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


#baa4bd Background Color

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

This div background color is #baa4bd


#baa4bd Border Color

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

This div border color is #baa4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa4bd


Comments

No comments written yet.

Please login to write comment.