Color Hex Logo

#a899bf Color Hex

#A899BF
(168,153,191)
0 Favorites   0 Comments

Color spaces of #a899bf

RGB 168153191
HSL0.730.230.67
HSV264°20°75°
CMYK 0.120.200.00   0.25
XYZ36.943734.868954.0734
Yxy34.86890.29350.2770
Hunter Lab59.04998.3386-12.9583
CIE-Lab65.646512.9729-17.6118

#a899bf color RGB value is (168,153,191).

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

The process color (four color CMYK) of #a899bf color hex is 0.12, 0.20, 0.00, 0.25. Web safe color of #a899bf is #9999cc. Color #a899bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011001 10111111
Octal 250 231 277
Decimal 168 153 191
Hex A8 99 BF

RGB Percentages of Color #a899bf

%32.81
%29.88
%37.30

CMYK Percentages of Color #a899bf

%12
%20
%0
%25

Triadic Colors of #a899bf

#a899bf #bfa899 #99bfa8

Analogous Colors of #a899bf

#a899bf #bb99bf #999dbf

Monochromatic Colors of #a899bf

#a899bf

Complementary Color

#a899bf #b0bf99

#a899bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a899bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a899bf Color CSS Codes

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

#a899bf Text Font Color

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

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


#a899bf Background Color

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

This div background color is #a899bf


#a899bf Border Color

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

This div border color is #a899bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a899bf


Comments

No comments written yet.

Please login to write comment.