Color Hex Logo

#a58eab Color Hex

#A58EAB
(165,142,171)
0 Favorites   0 Comments

Color spaces of #a58eab

RGB 165142171
HSL0.800.150.61
HSV288°17°67°
CMYK 0.040.170.00   0.33
XYZ32.540730.285642.6587
Yxy30.28560.30850.2871
Hunter Lab55.03249.2407-7.4364
CIE-Lab61.899914.0084-12.0353

#a58eab color RGB value is (165,142,171).

#a58eab hex color red value is 165, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a58eab hue: 0.80 , saturation: 0.15 and the lightness value of a58eab is 0.61.

The process color (four color CMYK) of #a58eab color hex is 0.04, 0.17, 0.00, 0.33. Web safe color of #a58eab is #999999. Color #a58eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001110 10101011
Octal 245 216 253
Decimal 165 142 171
Hex A5 8E AB

RGB Percentages of Color #a58eab

%34.52
%29.71
%35.77

CMYK Percentages of Color #a58eab

%4
%17
%0
%33

Triadic Colors of #a58eab

#a58eab #aba58e #8eaba5

Analogous Colors of #a58eab

#a58eab #ab8ea3 #978eab

Monochromatic Colors of #a58eab

#a58eab

Complementary Color

#a58eab #94ab8e

#a58eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58eab Color CSS Codes

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

#a58eab Text Font Color

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

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


#a58eab Background Color

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

This div background color is #a58eab


#a58eab Border Color

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

This div border color is #a58eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,142,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58eab


Comments

No comments written yet.

Please login to write comment.