Color Hex Logo

#a5abbd Color Hex

#A5ABBD
(165,171,189)
0 Favorites   0 Comments

Color spaces of #a5abbd

RGB 165171189
HSL0.630.150.69
HSV225°13°74°
CMYK 0.130.100.00   0.26
XYZ39.265340.799353.9497
Yxy40.79930.29300.3044
Hunter Lab63.8743-2.0512-5.3656
CIE-Lab70.03511.5453-9.9243

#a5abbd color RGB value is (165,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101011 10111101
Octal 245 253 275
Decimal 165 171 189
Hex A5 AB BD

RGB Percentages of Color #a5abbd

%31.43
%32.57
%36.00

CMYK Percentages of Color #a5abbd

%13
%10
%0
%26

Triadic Colors of #a5abbd

#a5abbd #bda5ab #abbda5

Analogous Colors of #a5abbd

#a5abbd #aba5bd #a5b7bd

Monochromatic Colors of #a5abbd

#a5abbd

Complementary Color

#a5abbd #bdb7a5

#a5abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5abbd Color CSS Codes

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

#a5abbd Text Font Color

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

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


#a5abbd Background Color

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

This div background color is #a5abbd


#a5abbd Border Color

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

This div border color is #a5abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5abbd


Comments

No comments written yet.

Please login to write comment.