Color Hex Logo

#a1babc Color Hex

#A1BABC
(161,186,188)
0 Favorites   0 Comments

Color spaces of #a1babc

RGB 161186188
HSL0.510.170.68
HSV184°14°74°
CMYK 0.140.010.00   0.26
XYZ41.333946.325754.3402
Yxy46.32570.29110.3262
Hunter Lab68.0630-10.70910.3081
CIE-Lab73.7564-8.0670-3.8892

#a1babc color RGB value is (161,186,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111010 10111100
Octal 241 272 274
Decimal 161 186 188
Hex A1 BA BC

RGB Percentages of Color #a1babc

%30.09
%34.77
%35.14

CMYK Percentages of Color #a1babc

%14
%1
%0
%26

Triadic Colors of #a1babc

#a1babc #bca1ba #babca1

Analogous Colors of #a1babc

#a1babc #a1adbc #a1bcb1

Monochromatic Colors of #a1babc

#a1babc

Complementary Color

#a1babc #bca3a1

#a1babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1babc Color CSS Codes

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

#a1babc Text Font Color

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

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


#a1babc Background Color

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

This div background color is #a1babc


#a1babc Border Color

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

This div border color is #a1babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1babc


Comments

No comments written yet.

Please login to write comment.