Color Hex Logo

#ababc0 Color Hex

#ABABC0
(171,171,192)
0 Favorites   0 Comments

Color spaces of #ababc0

RGB 171171192
HSL0.670.140.71
HSV240°11°75°
CMYK 0.110.110.00   0.25
XYZ40.871941.589555.7426
Yxy41.58950.29570.3009
Hunter Lab64.48990.2709-6.1050
CIE-Lab70.58704.1776-10.7069

#ababc0 color RGB value is (171,171,192).

#ababc0 hex color red value is 171, green value is 171 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ababc0 hue: 0.67 , saturation: 0.14 and the lightness value of ababc0 is 0.71.

The process color (four color CMYK) of #ababc0 color hex is 0.11, 0.11, 0.00, 0.25. Web safe color of #ababc0 is #9999cc. Color #ababc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11000000
Octal 253 253 300
Decimal 171 171 192
Hex AB AB C0

RGB Percentages of Color #ababc0

%32.02
%32.02
%35.96

CMYK Percentages of Color #ababc0

%11
%11
%0
%25

Triadic Colors of #ababc0

#ababc0 #c0abab #abc0ab

Analogous Colors of #ababc0

#ababc0 #b6abc0 #abb6c0

Monochromatic Colors of #ababc0

#ababc0

Complementary Color

#ababc0 #c0c0ab

#ababc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababc0 Color CSS Codes

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

#ababc0 Text Font Color

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

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


#ababc0 Background Color

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

This div background color is #ababc0


#ababc0 Border Color

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

This div border color is #ababc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababc0


Comments

No comments written yet.

Please login to write comment.