Color Hex Logo

#a9abbc Color Hex

#A9ABBC
(169,171,188)
0 Favorites   0 Comments

Color spaces of #a9abbc

RGB 169171188
HSL0.650.120.70
HSV234°10°74°
CMYK 0.100.090.00   0.26
XYZ40.002241.191753.4194
Yxy41.19170.29720.3060
Hunter Lab64.1808-1.0619-4.4222
CIE-Lab70.31002.6753-8.9300

#a9abbc color RGB value is (169,171,188).

#a9abbc hex color red value is 169, green value is 171 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a9abbc hue: 0.65 , saturation: 0.12 and the lightness value of a9abbc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101011 10111100
Octal 251 253 274
Decimal 169 171 188
Hex A9 AB BC

RGB Percentages of Color #a9abbc

%32.01
%32.39
%35.61

CMYK Percentages of Color #a9abbc

%10
%9
%0
%26

Triadic Colors of #a9abbc

#a9abbc #bca9ab #abbca9

Analogous Colors of #a9abbc

#a9abbc #b1a9bc #a9b5bc

Monochromatic Colors of #a9abbc

#a9abbc

Complementary Color

#a9abbc #bcbaa9

#a9abbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9abbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9abbc Color CSS Codes

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

#a9abbc Text Font Color

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

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


#a9abbc Background Color

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

This div background color is #a9abbc


#a9abbc Border Color

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

This div border color is #a9abbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9abbc


Comments

No comments written yet.

Please login to write comment.