Color Hex Logo

#a5a7bc Color Hex

#A5A7BC
(165,167,188)
0 Favorites   0 Comments

Color spaces of #a5a7bc

RGB 165167188
HSL0.650.150.69
HSV235°12°74°
CMYK 0.120.110.00   0.26
XYZ38.412939.267653.1318
Yxy39.26760.29360.3002
Hunter Lab62.6639-0.2414-6.4064
CIE-Lab68.94473.5309-11.0005

#a5a7bc color RGB value is (165,167,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10100111 10111100
Octal 245 247 274
Decimal 165 167 188
Hex A5 A7 BC

RGB Percentages of Color #a5a7bc

%31.73
%32.12
%36.15

CMYK Percentages of Color #a5a7bc

%12
%11
%0
%26

Triadic Colors of #a5a7bc

#a5a7bc #bca5a7 #a7bca5

Analogous Colors of #a5a7bc

#a5a7bc #afa5bc #a5b3bc

Monochromatic Colors of #a5a7bc

#a5a7bc

Complementary Color

#a5a7bc #bcbaa5

#a5a7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5a7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5a7bc Color CSS Codes

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

#a5a7bc Text Font Color

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

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


#a5a7bc Background Color

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

This div background color is #a5a7bc


#a5a7bc Border Color

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

This div border color is #a5a7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5a7bc


Comments

No comments written yet.

Please login to write comment.