Color Hex Logo

#a8abbe Color Hex

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

Color spaces of #a8abbe

RGB 168171190
HSL0.640.140.70
HSV232°12°75°
CMYK 0.120.100.00   0.25
XYZ40.005641.168454.5530
Yxy41.16840.29480.3033
Hunter Lab64.1626-0.9892-5.4963
CIE-Lab70.29372.7561-10.0661

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

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

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

Base Numbers

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

RGB Percentages of Color #a8abbe

%31.76
%32.33
%35.92

CMYK Percentages of Color #a8abbe

%12
%10
%0
%25

Triadic Colors of #a8abbe

#a8abbe #bea8ab #abbea8

Analogous Colors of #a8abbe

#a8abbe #b0a8be #a8b6be

Monochromatic Colors of #a8abbe

#a8abbe

Complementary Color

#a8abbe #bebba8

#a8abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8abbe Color CSS Codes

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

#a8abbe Text Font Color

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

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


#a8abbe Background Color

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

This div background color is #a8abbe


#a8abbe Border Color

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

This div border color is #a8abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8abbe


Comments

No comments written yet.

Please login to write comment.