Color Hex Logo

#a899bb Color Hex

#A899BB
(168,153,187)
0 Favorites   0 Comments

Color spaces of #a899bb

RGB 168153187
HSL0.740.200.67
HSV266°18°73°
CMYK 0.100.180.00   0.27
XYZ36.509334.695251.7863
Yxy34.69520.29680.2821
Hunter Lab58.90267.5591-10.8950
CIE-Lab65.510712.1224-15.5807

#a899bb color RGB value is (168,153,187).

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

The process color (four color CMYK) of #a899bb color hex is 0.10, 0.18, 0.00, 0.27. Web safe color of #a899bb is #9999cc. Color #a899bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011001 10111011
Octal 250 231 273
Decimal 168 153 187
Hex A8 99 BB

RGB Percentages of Color #a899bb

%33.07
%30.12
%36.81

CMYK Percentages of Color #a899bb

%10
%18
%0
%27

Triadic Colors of #a899bb

#a899bb #bba899 #99bba8

Analogous Colors of #a899bb

#a899bb #b999bb #999bbb

Monochromatic Colors of #a899bb

#a899bb

Complementary Color

#a899bb #acbb99

#a899bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a899bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a899bb Color CSS Codes

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

#a899bb Text Font Color

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

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


#a899bb Background Color

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

This div background color is #a899bb


#a899bb Border Color

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

This div border color is #a899bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,153,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a899bb


Comments

No comments written yet.

Please login to write comment.