Color Hex Logo

#abaabb Color Hex

#ABAABB
(171,170,187)
0 Favorites   0 Comments

Color spaces of #abaabb

RGB 171170187
HSL0.680.110.70
HSV244°73°
CMYK 0.090.090.00   0.27
XYZ40.139040.995252.8110
Yxy40.99520.29970.3061
Hunter Lab64.0275-0.1460-4.0842
CIE-Lab70.17263.6945-8.5659

#abaabb color RGB value is (171,170,187).

#abaabb hex color red value is 171, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #abaabb hue: 0.68 , saturation: 0.11 and the lightness value of abaabb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10111011
Octal 253 252 273
Decimal 171 170 187
Hex AB AA BB

RGB Percentages of Color #abaabb

%32.39
%32.20
%35.42

CMYK Percentages of Color #abaabb

%9
%9
%0
%27

Triadic Colors of #abaabb

#abaabb #bbabaa #aabbab

Analogous Colors of #abaabb

#abaabb #b4aabb #aab2bb

Monochromatic Colors of #abaabb

#abaabb

Complementary Color

#abaabb #babbaa

#abaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaabb Color CSS Codes

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

#abaabb Text Font Color

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

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


#abaabb Background Color

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

This div background color is #abaabb


#abaabb Border Color

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

This div border color is #abaabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,170,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaabb


Comments

No comments written yet.

Please login to write comment.