Color Hex Logo

#aba3cd Color Hex

#ABA3CD
(171,163,205)
0 Favorites   0 Comments

Color spaces of #aba3cd

RGB 171163205
HSL0.700.300.72
HSV251°20°80°
CMYK 0.170.200.00   0.20
XYZ40.911239.260163.1793
Yxy39.26010.28540.2739
Hunter Lab62.65796.8967-15.9229
CIE-Lab68.939311.4008-20.3679

#aba3cd color RGB value is (171,163,205).

#aba3cd hex color red value is 171, green value is 163 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aba3cd hue: 0.70 , saturation: 0.30 and the lightness value of aba3cd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 11001101
Octal 253 243 315
Decimal 171 163 205
Hex AB A3 CD

RGB Percentages of Color #aba3cd

%31.73
%30.24
%38.03

CMYK Percentages of Color #aba3cd

%17
%20
%0
%20

Triadic Colors of #aba3cd

#aba3cd #cdaba3 #a3cdab

Analogous Colors of #aba3cd

#aba3cd #c0a3cd #a3b0cd

Monochromatic Colors of #aba3cd

#aba3cd

Complementary Color

#aba3cd #c5cda3

#aba3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba3cd Color CSS Codes

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

#aba3cd Text Font Color

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

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


#aba3cd Background Color

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

This div background color is #aba3cd


#aba3cd Border Color

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

This div border color is #aba3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba3cd


Comments

No comments written yet.

Please login to write comment.