Color Hex Logo

#aba7cd Color Hex

#ABA7CD
(171,167,205)
0 Favorites   0 Comments

Color spaces of #aba7cd

RGB 171167205
HSL0.680.280.73
HSV246°19°80°
CMYK 0.170.190.00   0.20
XYZ41.632740.703163.4198
Yxy40.70310.28560.2793
Hunter Lab63.79904.8338-14.2783
CIE-Lab69.96749.1754-18.8067

#aba7cd color RGB value is (171,167,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 11001101
Octal 253 247 315
Decimal 171 167 205
Hex AB A7 CD

RGB Percentages of Color #aba7cd

%31.49
%30.76
%37.75

CMYK Percentages of Color #aba7cd

%17
%19
%0
%20

Triadic Colors of #aba7cd

#aba7cd #cdaba7 #a7cdab

Analogous Colors of #aba7cd

#aba7cd #bea7cd #a7b6cd

Monochromatic Colors of #aba7cd

#aba7cd

Complementary Color

#aba7cd #c9cda7

#aba7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba7cd Color CSS Codes

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

#aba7cd Text Font Color

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

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


#aba7cd Background Color

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

This div background color is #aba7cd


#aba7cd Border Color

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

This div border color is #aba7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba7cd


Comments

No comments written yet.

Please login to write comment.