Color Hex Logo

#aba8cb Color Hex

#ABA8CB
(171,168,203)
0 Favorites   0 Comments

Color spaces of #aba8cb

RGB 171168203
HSL0.680.250.73
HSV245°17°80°
CMYK 0.160.170.00   0.20
XYZ41.576740.975062.2175
Yxy40.97500.28720.2830
Hunter Lab64.01173.9183-12.8199
CIE-Lab70.15848.1818-17.4151

#aba8cb color RGB value is (171,168,203).

#aba8cb hex color red value is 171, green value is 168 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aba8cb hue: 0.68 , saturation: 0.25 and the lightness value of aba8cb is 0.73.

The process color (four color CMYK) of #aba8cb color hex is 0.16, 0.17, 0.00, 0.20. Web safe color of #aba8cb is #9999cc. Color #aba8cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 11001011
Octal 253 250 313
Decimal 171 168 203
Hex AB A8 CB

RGB Percentages of Color #aba8cb

%31.55
%31.00
%37.45

CMYK Percentages of Color #aba8cb

%16
%17
%0
%20

Triadic Colors of #aba8cb

#aba8cb #cbaba8 #a8cbab

Analogous Colors of #aba8cb

#aba8cb #bda8cb #a8b7cb

Monochromatic Colors of #aba8cb

#aba8cb

Complementary Color

#aba8cb #c8cba8

#aba8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba8cb Color CSS Codes

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

#aba8cb Text Font Color

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

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


#aba8cb Background Color

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

This div background color is #aba8cb


#aba8cb Border Color

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

This div border color is #aba8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba8cb


Comments

No comments written yet.

Please login to write comment.