Color Hex Logo

#aba4ca Color Hex

#ABA4CA
(171,164,202)
0 Favorites   0 Comments

Color spaces of #aba4ca

RGB 171164202
HSL0.700.260.72
HSV251°19°79°
CMYK 0.150.190.00   0.21
XYZ40.730739.473161.3494
Yxy39.47310.28770.2789
Hunter Lab62.82765.7719-13.9157
CIE-Lab69.092610.1838-18.4772

#aba4ca color RGB value is (171,164,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 11001010
Octal 253 244 312
Decimal 171 164 202
Hex AB A4 CA

RGB Percentages of Color #aba4ca

%31.84
%30.54
%37.62

CMYK Percentages of Color #aba4ca

%15
%19
%0
%21

Triadic Colors of #aba4ca

#aba4ca #caaba4 #a4caab

Analogous Colors of #aba4ca

#aba4ca #bea4ca #a4b0ca

Monochromatic Colors of #aba4ca

#aba4ca

Complementary Color

#aba4ca #c3caa4

#aba4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba4ca Color CSS Codes

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

#aba4ca Text Font Color

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

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


#aba4ca Background Color

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

This div background color is #aba4ca


#aba4ca Border Color

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

This div border color is #aba4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba4ca


Comments

No comments written yet.

Please login to write comment.