Color Hex Logo

#a89ebd Color Hex

#A89EBD
(168,158,189)
0 Favorites   0 Comments

Color spaces of #a89ebd

RGB 168158189
HSL0.720.190.68
HSV259°16°74°
CMYK 0.110.160.00   0.26
XYZ37.560636.452753.2005
Yxy36.45270.29530.2865
Hunter Lab60.37615.3886-9.9803
CIE-Lab66.86449.7431-14.6550

#a89ebd color RGB value is (168,158,189).

#a89ebd hex color red value is 168, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a89ebd hue: 0.72 , saturation: 0.19 and the lightness value of a89ebd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011110 10111101
Octal 250 236 275
Decimal 168 158 189
Hex A8 9E BD

RGB Percentages of Color #a89ebd

%32.62
%30.68
%36.70

CMYK Percentages of Color #a89ebd

%11
%16
%0
%26

Triadic Colors of #a89ebd

#a89ebd #bda89e #9ebda8

Analogous Colors of #a89ebd

#a89ebd #b89ebd #9ea4bd

Monochromatic Colors of #a89ebd

#a89ebd

Complementary Color

#a89ebd #b3bd9e

#a89ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89ebd Color CSS Codes

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

#a89ebd Text Font Color

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

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


#a89ebd Background Color

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

This div background color is #a89ebd


#a89ebd Border Color

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

This div border color is #a89ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89ebd


Comments

No comments written yet.

Please login to write comment.