Color Hex Logo

#a5a6bd Color Hex

#A5A6BD
(165,166,189)
0 Favorites   0 Comments

Color spaces of #a5a6bd

RGB 165166189
HSL0.660.150.69
HSV238°13°74°
CMYK 0.130.120.00   0.26
XYZ38.338638.945953.6408
Yxy38.94590.29280.2975
Hunter Lab62.40670.4472-7.2773
CIE-Lab68.71214.2950-11.9028

#a5a6bd color RGB value is (165,166,189).

#a5a6bd hex color red value is 165, green value is 166 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a5a6bd hue: 0.66 , saturation: 0.15 and the lightness value of a5a6bd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10100110 10111101
Octal 245 246 275
Decimal 165 166 189
Hex A5 A6 BD

RGB Percentages of Color #a5a6bd

%31.73
%31.92
%36.35

CMYK Percentages of Color #a5a6bd

%13
%12
%0
%26

Triadic Colors of #a5a6bd

#a5a6bd #bda5a6 #a6bda5

Analogous Colors of #a5a6bd

#a5a6bd #b0a5bd #a5b2bd

Monochromatic Colors of #a5a6bd

#a5a6bd

Complementary Color

#a5a6bd #bdbca5

#a5a6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5a6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5a6bd Color CSS Codes

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

#a5a6bd Text Font Color

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

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


#a5a6bd Background Color

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

This div background color is #a5a6bd


#a5a6bd Border Color

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

This div border color is #a5a6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5a6bd


Comments

No comments written yet.

Please login to write comment.