Color Hex Logo

#a5abbf Color Hex

#A5ABBF
(165,171,191)
0 Favorites   0 Comments

Color spaces of #a5abbf

RGB 165171191
HSL0.630.170.70
HSV226°14°75°
CMYK 0.140.100.00   0.25
XYZ39.483940.886755.1011
Yxy40.88670.29150.3018
Hunter Lab63.9427-1.6780-6.3318
CIE-Lab70.09651.9704-10.9364

#a5abbf color RGB value is (165,171,191).

#a5abbf hex color red value is 165, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a5abbf hue: 0.63 , saturation: 0.17 and the lightness value of a5abbf is 0.70.

The process color (four color CMYK) of #a5abbf color hex is 0.14, 0.10, 0.00, 0.25. Web safe color of #a5abbf is #9999cc. Color #a5abbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101011 10111111
Octal 245 253 277
Decimal 165 171 191
Hex A5 AB BF

RGB Percentages of Color #a5abbf

%31.31
%32.45
%36.24

CMYK Percentages of Color #a5abbf

%14
%10
%0
%25

Triadic Colors of #a5abbf

#a5abbf #bfa5ab #abbfa5

Analogous Colors of #a5abbf

#a5abbf #aca5bf #a5b8bf

Monochromatic Colors of #a5abbf

#a5abbf

Complementary Color

#a5abbf #bfb9a5

#a5abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5abbf Color CSS Codes

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

#a5abbf Text Font Color

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

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


#a5abbf Background Color

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

This div background color is #a5abbf


#a5abbf Border Color

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

This div border color is #a5abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5abbf


Comments

No comments written yet.

Please login to write comment.