Color Hex Logo

#aba4be Color Hex

#ABA4BE
(171,164,190)
0 Favorites   0 Comments

Color spaces of #aba4be

RGB 171164190
HSL0.710.170.69
HSV256°14°75°
CMYK 0.100.140.00   0.25
XYZ39.364338.926654.1541
Yxy38.92660.29720.2939
Hunter Lab62.39123.4359-7.7885
CIE-Lab68.69817.6210-12.4291

#aba4be color RGB value is (171,164,190).

#aba4be hex color red value is 171, green value is 164 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aba4be hue: 0.71 , saturation: 0.17 and the lightness value of aba4be is 0.69.

The process color (four color CMYK) of #aba4be color hex is 0.10, 0.14, 0.00, 0.25. Web safe color of #aba4be is #9999cc. Color #aba4be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 10111110
Octal 253 244 276
Decimal 171 164 190
Hex AB A4 BE

RGB Percentages of Color #aba4be

%32.57
%31.24
%36.19

CMYK Percentages of Color #aba4be

%10
%14
%0
%25

Triadic Colors of #aba4be

#aba4be #beaba4 #a4beab

Analogous Colors of #aba4be

#aba4be #b8a4be #a4aabe

Monochromatic Colors of #aba4be

#aba4be

Complementary Color

#aba4be #b7bea4

#aba4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba4be Color CSS Codes

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

#aba4be Text Font Color

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

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


#aba4be Background Color

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

This div background color is #aba4be


#aba4be Border Color

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

This div border color is #aba4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba4be


Comments

No comments written yet.

Please login to write comment.