Color Hex Logo

#a8abcf Color Hex

#A8ABCF
(168,171,207)
0 Favorites   0 Comments

Color spaces of #a8abcf

RGB 168171207
HSL0.650.290.74
HSV235°19°81°
CMYK 0.190.170.00   0.19
XYZ41.973841.955664.9175
Yxy41.95560.28200.2819
Hunter Lab64.77312.3172-14.0809
CIE-Lab70.84036.4472-18.6063

#a8abcf color RGB value is (168,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101011 11001111
Octal 250 253 317
Decimal 168 171 207
Hex A8 AB CF

RGB Percentages of Color #a8abcf

%30.77
%31.32
%37.91

CMYK Percentages of Color #a8abcf

%19
%17
%0
%19

Triadic Colors of #a8abcf

#a8abcf #cfa8ab #abcfa8

Analogous Colors of #a8abcf

#a8abcf #b9a8cf #a8bfcf

Monochromatic Colors of #a8abcf

#a8abcf

Complementary Color

#a8abcf #cfcca8

#a8abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8abcf Color CSS Codes

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

#a8abcf Text Font Color

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

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


#a8abcf Background Color

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

This div background color is #a8abcf


#a8abcf Border Color

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

This div border color is #a8abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8abcf


Comments

No comments written yet.

Please login to write comment.