Color Hex Logo

#a5babc Color Hex

#A5BABC
(165,186,188)
0 Favorites   0 Comments

Color spaces of #a5babc

RGB 165186188
HSL0.510.150.69
HSV185°12°74°
CMYK 0.120.010.00   0.26
XYZ42.153146.748054.3785
Yxy46.74800.29420.3263
Hunter Lab68.3725-9.60290.7058
CIE-Lab74.0283-6.7528-3.4577

#a5babc color RGB value is (165,186,188).

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

The process color (four color CMYK) of #a5babc color hex is 0.12, 0.01, 0.00, 0.26. Web safe color of #a5babc is #99cccc. Color #a5babc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111010 10111100
Octal 245 272 274
Decimal 165 186 188
Hex A5 BA BC

RGB Percentages of Color #a5babc

%30.61
%34.51
%34.88

CMYK Percentages of Color #a5babc

%12
%1
%0
%26

Triadic Colors of #a5babc

#a5babc #bca5ba #babca5

Analogous Colors of #a5babc

#a5babc #a5afbc #a5bcb3

Monochromatic Colors of #a5babc

#a5babc

Complementary Color

#a5babc #bca7a5

#a5babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5babc Color CSS Codes

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

#a5babc Text Font Color

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

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


#a5babc Background Color

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

This div background color is #a5babc


#a5babc Border Color

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

This div border color is #a5babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5babc


Comments

No comments written yet.

Please login to write comment.