Color Hex Logo

#aba6ca Color Hex

#ABA6CA
(171,166,202)
0 Favorites   0 Comments

Color spaces of #aba6ca

RGB 171166202
HSL0.690.250.72
HSV248°18°79°
CMYK 0.150.180.00   0.21
XYZ41.091540.194661.4697
Yxy40.19460.28780.2816
Hunter Lab63.39924.7442-13.1061
CIE-Lab69.60799.0724-17.6967

#aba6ca color RGB value is (171,166,202).

#aba6ca hex color red value is 171, green value is 166 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aba6ca hue: 0.69 , saturation: 0.25 and the lightness value of aba6ca is 0.72.

The process color (four color CMYK) of #aba6ca color hex is 0.15, 0.18, 0.00, 0.21. Web safe color of #aba6ca is #9999cc. Color #aba6ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 11001010
Octal 253 246 312
Decimal 171 166 202
Hex AB A6 CA

RGB Percentages of Color #aba6ca

%31.73
%30.80
%37.48

CMYK Percentages of Color #aba6ca

%15
%18
%0
%21

Triadic Colors of #aba6ca

#aba6ca #caaba6 #a6caab

Analogous Colors of #aba6ca

#aba6ca #bda6ca #a6b3ca

Monochromatic Colors of #aba6ca

#aba6ca

Complementary Color

#aba6ca #c5caa6

#aba6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba6ca Color CSS Codes

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

#aba6ca Text Font Color

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

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


#aba6ca Background Color

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

This div background color is #aba6ca


#aba6ca Border Color

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

This div border color is #aba6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba6ca


Comments

No comments written yet.

Please login to write comment.