Color Hex Logo

#a1abbc Color Hex

#A1ABBC
(161,171,188)
0 Favorites   0 Comments

Color spaces of #a1abbc

RGB 161171188
HSL0.600.170.68
HSV218°14°74°
CMYK 0.140.090.00   0.26
XYZ38.338040.333753.3415
Yxy40.33370.29040.3055
Hunter Lab63.5088-3.3864-5.3419
CIE-Lab69.70650.0065-9.8938

#a1abbc color RGB value is (161,171,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101011 10111100
Octal 241 253 274
Decimal 161 171 188
Hex A1 AB BC

RGB Percentages of Color #a1abbc

%30.96
%32.88
%36.15

CMYK Percentages of Color #a1abbc

%14
%9
%0
%26

Triadic Colors of #a1abbc

#a1abbc #bca1ab #abbca1

Analogous Colors of #a1abbc

#a1abbc #a5a1bc #a1b9bc

Monochromatic Colors of #a1abbc

#a1abbc

Complementary Color

#a1abbc #bcb2a1

#a1abbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1abbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1abbc Color CSS Codes

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

#a1abbc Text Font Color

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

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


#a1abbc Background Color

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

This div background color is #a1abbc


#a1abbc Border Color

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

This div border color is #a1abbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1abbc


Comments

No comments written yet.

Please login to write comment.