Color Hex Logo

#aba5cd Color Hex

#ABA5CD
(171,165,205)
0 Favorites   0 Comments

Color spaces of #aba5cd

RGB 171165205
HSL0.690.290.73
HSV249°20°80°
CMYK 0.170.200.00   0.20
XYZ41.269239.976063.2986
Yxy39.97600.28550.2766
Hunter Lab63.22665.8639-15.0989
CIE-Lab69.452410.2868-19.5881

#aba5cd color RGB value is (171,165,205).

#aba5cd hex color red value is 171, green value is 165 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aba5cd hue: 0.69 , saturation: 0.29 and the lightness value of aba5cd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 11001101
Octal 253 245 315
Decimal 171 165 205
Hex AB A5 CD

RGB Percentages of Color #aba5cd

%31.61
%30.50
%37.89

CMYK Percentages of Color #aba5cd

%17
%20
%0
%20

Triadic Colors of #aba5cd

#aba5cd #cdaba5 #a5cdab

Analogous Colors of #aba5cd

#aba5cd #bfa5cd #a5b3cd

Monochromatic Colors of #aba5cd

#aba5cd

Complementary Color

#aba5cd #c7cda5

#aba5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba5cd Color CSS Codes

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

#aba5cd Text Font Color

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

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


#aba5cd Background Color

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

This div background color is #aba5cd


#aba5cd Border Color

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

This div border color is #aba5cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,165,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 #aba5cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba5cd


Comments

No comments written yet.

Please login to write comment.