Color Hex Logo

#aba8be Color Hex

#ABA8BE
(171,168,190)
0 Favorites   0 Comments

Color spaces of #aba8be

RGB 171168190
HSL0.690.140.70
HSV248°12°75°
CMYK 0.100.120.00   0.25
XYZ40.091540.380954.3964
Yxy40.38090.29730.2994
Hunter Lab63.54601.4112-6.2710
CIE-Lab69.74005.4111-10.8687

#aba8be color RGB value is (171,168,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 10111110
Octal 253 250 276
Decimal 171 168 190
Hex AB A8 BE

RGB Percentages of Color #aba8be

%32.33
%31.76
%35.92

CMYK Percentages of Color #aba8be

%10
%12
%0
%25

Triadic Colors of #aba8be

#aba8be #beaba8 #a8beab

Analogous Colors of #aba8be

#aba8be #b6a8be #a8b0be

Monochromatic Colors of #aba8be

#aba8be

Complementary Color

#aba8be #bbbea8

#aba8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba8be Color CSS Codes

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

#aba8be Text Font Color

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

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


#aba8be Background Color

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

This div background color is #aba8be


#aba8be Border Color

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

This div border color is #aba8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba8be


Comments

No comments written yet.

Please login to write comment.