Color Hex Logo

#a98da5 Color Hex

#A98DA5
(169,141,165)
0 Favorites   0 Comments

Color spaces of #a98da5

RGB 169141165
HSL0.860.140.61
HSV309°17°66°
CMYK 0.000.170.02   0.34
XYZ32.678630.201439.7044
Yxy30.20140.31860.2944
Hunter Lab54.95589.9696-4.3667
CIE-Lab61.827614.8132-8.7004

#a98da5 color RGB value is (169,141,165).

#a98da5 hex color red value is 169, green value is 141 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #a98da5 hue: 0.86 , saturation: 0.14 and the lightness value of a98da5 is 0.61.

The process color (four color CMYK) of #a98da5 color hex is 0.00, 0.17, 0.02, 0.34. Web safe color of #a98da5 is #999999. Color #a98da5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001101 10100101
Octal 251 215 245
Decimal 169 141 165
Hex A9 8D A5

RGB Percentages of Color #a98da5

%35.58
%29.68
%34.74

CMYK Percentages of Color #a98da5

%0
%17
%2
%34

Triadic Colors of #a98da5

#a98da5 #a5a98d #8da5a9

Analogous Colors of #a98da5

#a98da5 #a98d97 #9f8da9

Monochromatic Colors of #a98da5

#a98da5

Complementary Color

#a98da5 #8da991

#a98da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98da5 Color CSS Codes

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

#a98da5 Text Font Color

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

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


#a98da5 Background Color

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

This div background color is #a98da5


#a98da5 Border Color

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

This div border color is #a98da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98da5


Comments

No comments written yet.

Please login to write comment.