Color Hex Logo

#a5babd Color Hex

#A5BABD
(165,186,189)
0 Favorites   0 Comments

Color spaces of #a5babd

RGB 165186189
HSL0.520.150.69
HSV188°13°74°
CMYK 0.130.020.00   0.26
XYZ42.261346.791354.9483
Yxy46.79130.29350.3249
Hunter Lab68.4042-9.42680.2559
CIE-Lab74.0561-6.5466-3.9621

#a5babd color RGB value is (165,186,189).

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

The process color (four color CMYK) of #a5babd color hex is 0.13, 0.02, 0.00, 0.26. Web safe color of #a5babd is #99cccc. Color #a5babd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111010 10111101
Octal 245 272 275
Decimal 165 186 189
Hex A5 BA BD

RGB Percentages of Color #a5babd

%30.56
%34.44
%35.00

CMYK Percentages of Color #a5babd

%13
%2
%0
%26

Triadic Colors of #a5babd

#a5babd #bda5ba #babda5

Analogous Colors of #a5babd

#a5babd #a5aebd #a5bdb4

Monochromatic Colors of #a5babd

#a5babd

Complementary Color

#a5babd #bda8a5

#a5babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5babd Color CSS Codes

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

#a5babd Text Font Color

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

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


#a5babd Background Color

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

This div background color is #a5babd


#a5babd Border Color

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

This div border color is #a5babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5babd


Comments

No comments written yet.

Please login to write comment.