Color Hex Logo

#a8abce Color Hex

#A8ABCE
(168,171,206)
0 Favorites   0 Comments

Color spaces of #a8abce

RGB 168171206
HSL0.650.280.73
HSV235°18°81°
CMYK 0.180.170.00   0.19
XYZ41.851941.906964.2755
Yxy41.90690.28270.2831
Hunter Lab64.73552.1141-13.5538
CIE-Lab70.80676.2231-18.1075

#a8abce color RGB value is (168,171,206).

#a8abce hex color red value is 168, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a8abce hue: 0.65 , saturation: 0.28 and the lightness value of a8abce is 0.73.

The process color (four color CMYK) of #a8abce color hex is 0.18, 0.17, 0.00, 0.19. Web safe color of #a8abce is #9999cc. Color #a8abce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101011 11001110
Octal 250 253 316
Decimal 168 171 206
Hex A8 AB CE

RGB Percentages of Color #a8abce

%30.83
%31.38
%37.80

CMYK Percentages of Color #a8abce

%18
%17
%0
%19

Triadic Colors of #a8abce

#a8abce #cea8ab #abcea8

Analogous Colors of #a8abce

#a8abce #b8a8ce #a8bece

Monochromatic Colors of #a8abce

#a8abce

Complementary Color

#a8abce #cecba8

#a8abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8abce Color CSS Codes

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

#a8abce Text Font Color

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

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


#a8abce Background Color

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

This div background color is #a8abce


#a8abce Border Color

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

This div border color is #a8abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8abce


Comments

No comments written yet.

Please login to write comment.