Color Hex Logo

#a0babc Color Hex

#A0BABC
(160,186,188)
0 Favorites   0 Comments

Color spaces of #a0babc

RGB 160186188
HSL0.510.170.68
HSV184°15°74°
CMYK 0.150.010.00   0.26
XYZ41.133246.222254.3308
Yxy46.22220.29030.3262
Hunter Lab67.9869-10.98170.2101
CIE-Lab73.6895-8.3927-3.9954

#a0babc color RGB value is (160,186,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111010 10111100
Octal 240 272 274
Decimal 160 186 188
Hex A0 BA BC

RGB Percentages of Color #a0babc

%29.96
%34.83
%35.21

CMYK Percentages of Color #a0babc

%15
%1
%0
%26

Triadic Colors of #a0babc

#a0babc #bca0ba #babca0

Analogous Colors of #a0babc

#a0babc #a0acbc #a0bcb0

Monochromatic Colors of #a0babc

#a0babc

Complementary Color

#a0babc #bca2a0

#a0babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0babc Color CSS Codes

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

#a0babc Text Font Color

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

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


#a0babc Background Color

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

This div background color is #a0babc


#a0babc Border Color

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

This div border color is #a0babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0babc


Comments

No comments written yet.

Please login to write comment.