Color Hex Logo

#ababc6 Color Hex

#ABABC6
(171,171,198)
0 Favorites   0 Comments

Color spaces of #ababc6

RGB 171171198
HSL0.670.190.72
HSV240°14°78°
CMYK 0.140.140.00   0.22
XYZ41.550541.861059.3161
Yxy41.86100.29110.2933
Hunter Lab64.70011.4079-9.0662
CIE-Lab70.77505.4444-13.7311

#ababc6 color RGB value is (171,171,198).

#ababc6 hex color red value is 171, green value is 171 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #ababc6 hue: 0.67 , saturation: 0.19 and the lightness value of ababc6 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11000110
Octal 253 253 306
Decimal 171 171 198
Hex AB AB C6

RGB Percentages of Color #ababc6

%31.67
%31.67
%36.67

CMYK Percentages of Color #ababc6

%14
%14
%0
%22

Triadic Colors of #ababc6

#ababc6 #c6abab #abc6ab

Analogous Colors of #ababc6

#ababc6 #b9abc6 #abb9c6

Monochromatic Colors of #ababc6

#ababc6

Complementary Color

#ababc6 #c6c6ab

#ababc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababc6 Color CSS Codes

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

#ababc6 Text Font Color

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

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


#ababc6 Background Color

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

This div background color is #ababc6


#ababc6 Border Color

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

This div border color is #ababc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababc6


Comments

No comments written yet.

Please login to write comment.