Color Hex Logo

#a899bd Color Hex

#A899BD
(168,153,189)
0 Favorites   0 Comments

Color spaces of #a899bd

RGB 168153189
HSL0.740.210.67
HSV265°19°74°
CMYK 0.110.190.00   0.26
XYZ36.725034.781452.9220
Yxy34.78140.29510.2795
Hunter Lab58.97587.9468-11.9210
CIE-Lab65.578112.5460-16.5974

#a899bd color RGB value is (168,153,189).

#a899bd hex color red value is 168, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a899bd hue: 0.74 , saturation: 0.21 and the lightness value of a899bd is 0.67.

The process color (four color CMYK) of #a899bd color hex is 0.11, 0.19, 0.00, 0.26. Web safe color of #a899bd is #9999cc. Color #a899bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011001 10111101
Octal 250 231 275
Decimal 168 153 189
Hex A8 99 BD

RGB Percentages of Color #a899bd

%32.94
%30.00
%37.06

CMYK Percentages of Color #a899bd

%11
%19
%0
%26

Triadic Colors of #a899bd

#a899bd #bda899 #99bda8

Analogous Colors of #a899bd

#a899bd #ba99bd #999cbd

Monochromatic Colors of #a899bd

#a899bd

Complementary Color

#a899bd #aebd99

#a899bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a899bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a899bd Color CSS Codes

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

#a899bd Text Font Color

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

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


#a899bd Background Color

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

This div background color is #a899bd


#a899bd Border Color

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

This div border color is #a899bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,153,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 #a899bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a899bd


Comments

No comments written yet.

Please login to write comment.