Color Hex Logo

#ababc8 Color Hex

#ABABC8
(171,171,200)
0 Favorites   0 Comments

Color spaces of #ababc8

RGB 171171200
HSL0.670.210.73
HSV240°15°78°
CMYK 0.150.150.00   0.22
XYZ41.782841.953960.5393
Yxy41.95390.28960.2908
Hunter Lab64.77181.7955-10.0754
CIE-Lab70.83915.8738-14.7357

#ababc8 color RGB value is (171,171,200).

#ababc8 hex color red value is 171, green value is 171 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #ababc8 hue: 0.67 , saturation: 0.21 and the lightness value of ababc8 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11001000
Octal 253 253 310
Decimal 171 171 200
Hex AB AB C8

RGB Percentages of Color #ababc8

%31.55
%31.55
%36.90

CMYK Percentages of Color #ababc8

%15
%15
%0
%22

Triadic Colors of #ababc8

#ababc8 #c8abab #abc8ab

Analogous Colors of #ababc8

#ababc8 #baabc8 #abbac8

Monochromatic Colors of #ababc8

#ababc8

Complementary Color

#ababc8 #c8c8ab

#ababc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababc8 Color CSS Codes

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

#ababc8 Text Font Color

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

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


#ababc8 Background Color

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

This div background color is #ababc8


#ababc8 Border Color

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

This div border color is #ababc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababc8


Comments

No comments written yet.

Please login to write comment.