Color Hex Logo

#a5afbd Color Hex

#A5AFBD
(165,175,189)
0 Favorites   0 Comments

Color spaces of #a5afbd

RGB 165175189
HSL0.600.150.69
HSV215°13°74°
CMYK 0.130.070.00   0.26
XYZ40.032342.333454.2053
Yxy42.33340.29310.3100
Hunter Lab65.0641-4.0357-3.8500
CIE-Lab71.1002-0.6366-8.3375

#a5afbd color RGB value is (165,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101111 10111101
Octal 245 257 275
Decimal 165 175 189
Hex A5 AF BD

RGB Percentages of Color #a5afbd

%31.19
%33.08
%35.73

CMYK Percentages of Color #a5afbd

%13
%7
%0
%26

Triadic Colors of #a5afbd

#a5afbd #bda5af #afbda5

Analogous Colors of #a5afbd

#a5afbd #a7a5bd #a5bbbd

Monochromatic Colors of #a5afbd

#a5afbd

Complementary Color

#a5afbd #bdb3a5

#a5afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5afbd Color CSS Codes

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

#a5afbd Text Font Color

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

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


#a5afbd Background Color

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

This div background color is #a5afbd


#a5afbd Border Color

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

This div border color is #a5afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5afbd


Comments

No comments written yet.

Please login to write comment.