Color Hex Logo

#a59ebd Color Hex

#A59EBD
(165,158,189)
0 Favorites   0 Comments

Color spaces of #a59ebd

RGB 165158189
HSL0.700.190.68
HSV254°16°74°
CMYK 0.130.160.00   0.26
XYZ36.929236.127253.1710
Yxy36.12720.29260.2862
Hunter Lab60.10594.4855-10.3751
CIE-Lab66.61708.7418-15.0524

#a59ebd color RGB value is (165,158,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011110 10111101
Octal 245 236 275
Decimal 165 158 189
Hex A5 9E BD

RGB Percentages of Color #a59ebd

%32.23
%30.86
%36.91

CMYK Percentages of Color #a59ebd

%13
%16
%0
%26

Triadic Colors of #a59ebd

#a59ebd #bda59e #9ebda5

Analogous Colors of #a59ebd

#a59ebd #b59ebd #9ea7bd

Monochromatic Colors of #a59ebd

#a59ebd

Complementary Color

#a59ebd #b6bd9e

#a59ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59ebd Color CSS Codes

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

#a59ebd Text Font Color

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

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


#a59ebd Background Color

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

This div background color is #a59ebd


#a59ebd Border Color

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

This div border color is #a59ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59ebd


Comments

No comments written yet.

Please login to write comment.