Color Hex Logo

#a8abba Color Hex

#A8ABBA
(168,171,186)
0 Favorites   0 Comments

Color spaces of #a8abba

RGB 168171186
HSL0.640.120.69
HSV230°10°73°
CMYK 0.100.080.00   0.27
XYZ39.574340.995852.2816
Yxy40.99580.29790.3086
Hunter Lab64.0280-1.7219-3.5933
CIE-Lab70.17301.9252-8.0383

#a8abba color RGB value is (168,171,186).

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

The process color (four color CMYK) of #a8abba color hex is 0.10, 0.08, 0.00, 0.27. Web safe color of #a8abba is #9999cc. Color #a8abba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101011 10111010
Octal 250 253 272
Decimal 168 171 186
Hex A8 AB BA

RGB Percentages of Color #a8abba

%32.00
%32.57
%35.43

CMYK Percentages of Color #a8abba

%10
%8
%0
%27

Triadic Colors of #a8abba

#a8abba #baa8ab #abbaa8

Analogous Colors of #a8abba

#a8abba #aea8ba #a8b4ba

Monochromatic Colors of #a8abba

#a8abba

Complementary Color

#a8abba #bab7a8

#a8abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8abba Color CSS Codes

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

#a8abba Text Font Color

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

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


#a8abba Background Color

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

This div background color is #a8abba


#a8abba Border Color

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

This div border color is #a8abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8abba


Comments

No comments written yet.

Please login to write comment.