Color Hex Logo

#a5acbe Color Hex

#A5ACBE
(165,172,190)
0 Favorites   0 Comments

Color spaces of #a5acbe

RGB 165172190
HSL0.620.160.70
HSV223°13°75°
CMYK 0.130.090.00   0.25
XYZ39.563841.222154.5866
Yxy41.22210.29230.3045
Hunter Lab64.2044-2.3632-5.4652
CIE-Lab70.33121.2099-10.0340

#a5acbe color RGB value is (165,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101100 10111110
Octal 245 254 276
Decimal 165 172 190
Hex A5 AC BE

RGB Percentages of Color #a5acbe

%31.31
%32.64
%36.05

CMYK Percentages of Color #a5acbe

%13
%9
%0
%25

Triadic Colors of #a5acbe

#a5acbe #bea5ac #acbea5

Analogous Colors of #a5acbe

#a5acbe #aba5be #a5b9be

Monochromatic Colors of #a5acbe

#a5acbe

Complementary Color

#a5acbe #beb7a5

#a5acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5acbe Color CSS Codes

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

#a5acbe Text Font Color

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

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


#a5acbe Background Color

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

This div background color is #a5acbe


#a5acbe Border Color

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

This div border color is #a5acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5acbe


Comments

No comments written yet.

Please login to write comment.