Color Hex Logo

#a59ebf Color Hex

#A59EBF
(165,158,191)
0 Favorites   0 Comments

Color spaces of #a59ebf

RGB 165158191
HSL0.700.200.68
HSV253°17°75°
CMYK 0.140.170.00   0.25
XYZ37.147936.214654.3224
Yxy36.21460.29090.2836
Hunter Lab60.17864.8746-11.3953
CIE-Lab66.68369.1737-16.0664

#a59ebf color RGB value is (165,158,191).

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

The process color (four color CMYK) of #a59ebf color hex is 0.14, 0.17, 0.00, 0.25. Web safe color of #a59ebf is #9999cc. Color #a59ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011110 10111111
Octal 245 236 277
Decimal 165 158 191
Hex A5 9E BF

RGB Percentages of Color #a59ebf

%32.10
%30.74
%37.16

CMYK Percentages of Color #a59ebf

%14
%17
%0
%25

Triadic Colors of #a59ebf

#a59ebf #bfa59e #9ebfa5

Analogous Colors of #a59ebf

#a59ebf #b69ebf #9ea8bf

Monochromatic Colors of #a59ebf

#a59ebf

Complementary Color

#a59ebf #b8bf9e

#a59ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59ebf Color CSS Codes

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

#a59ebf Text Font Color

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

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


#a59ebf Background Color

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

This div background color is #a59ebf


#a59ebf Border Color

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

This div border color is #a59ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59ebf


Comments

No comments written yet.

Please login to write comment.