Color Hex Logo

#a5acbd Color Hex

#A5ACBD
(165,172,189)
0 Favorites   0 Comments

Color spaces of #a5acbd

RGB 165172189
HSL0.620.150.69
HSV223°13°74°
CMYK 0.130.090.00   0.26
XYZ39.454941.178554.0129
Yxy41.17850.29300.3058
Hunter Lab64.1705-2.5485-4.9856
CIE-Lab70.30080.9983-9.5280

#a5acbd color RGB value is (165,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101100 10111101
Octal 245 254 275
Decimal 165 172 189
Hex A5 AC BD

RGB Percentages of Color #a5acbd

%31.37
%32.70
%35.93

CMYK Percentages of Color #a5acbd

%13
%9
%0
%26

Triadic Colors of #a5acbd

#a5acbd #bda5ac #acbda5

Analogous Colors of #a5acbd

#a5acbd #aaa5bd #a5b8bd

Monochromatic Colors of #a5acbd

#a5acbd

Complementary Color

#a5acbd #bdb6a5

#a5acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5acbd Color CSS Codes

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

#a5acbd Text Font Color

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

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


#a5acbd Background Color

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

This div background color is #a5acbd


#a5acbd Border Color

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

This div border color is #a5acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5acbd


Comments

No comments written yet.

Please login to write comment.