Color Hex Logo

#aba6dc Color Hex

#ABA6DC
(171,166,220)
0 Favorites   0 Comments

Color spaces of #aba6dc

RGB 171166220
HSL0.680.440.76
HSV246°25°86°
CMYK 0.220.250.00   0.14
XYZ43.349141.097773.3580
Yxy41.09770.27470.2604
Hunter Lab64.10758.5125-22.9701
CIE-Lab70.244313.1301-26.6341

#aba6dc color RGB value is (171,166,220).

#aba6dc hex color red value is 171, green value is 166 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aba6dc hue: 0.68 , saturation: 0.44 and the lightness value of aba6dc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 11011100
Octal 253 246 334
Decimal 171 166 220
Hex AB A6 DC

RGB Percentages of Color #aba6dc

%30.70
%29.80
%39.50

CMYK Percentages of Color #aba6dc

%22
%25
%0
%14

Triadic Colors of #aba6dc

#aba6dc #dcaba6 #a6dcab

Analogous Colors of #aba6dc

#aba6dc #c6a6dc #a6bcdc

Monochromatic Colors of #aba6dc

#aba6dc

Complementary Color

#aba6dc #d7dca6

#aba6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba6dc Color CSS Codes

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

#aba6dc Text Font Color

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

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


#aba6dc Background Color

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

This div background color is #aba6dc


#aba6dc Border Color

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

This div border color is #aba6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba6dc


Comments

No comments written yet.

Please login to write comment.