Color Hex Logo

#a0abcf Color Hex

#A0ABCF
(160,171,207)
0 Favorites   0 Comments

Color spaces of #a0abcf

RGB 160171207
HSL0.630.330.72
HSV226°23°81°
CMYK 0.230.170.00   0.19
XYZ40.322641.104464.8402
Yxy41.10440.27570.2810
Hunter Lab64.11270.0673-15.0839
CIE-Lab70.24903.9361-19.5589

#a0abcf color RGB value is (160,171,207).

#a0abcf hex color red value is 160, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a0abcf hue: 0.63 , saturation: 0.33 and the lightness value of a0abcf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101011 11001111
Octal 240 253 317
Decimal 160 171 207
Hex A0 AB CF

RGB Percentages of Color #a0abcf

%29.74
%31.78
%38.48

CMYK Percentages of Color #a0abcf

%23
%17
%0
%19

Triadic Colors of #a0abcf

#a0abcf #cfa0ab #abcfa0

Analogous Colors of #a0abcf

#a0abcf #ada0cf #a0c3cf

Monochromatic Colors of #a0abcf

#a0abcf

Complementary Color

#a0abcf #cfc4a0

#a0abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0abcf Color CSS Codes

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

#a0abcf Text Font Color

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

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


#a0abcf Background Color

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

This div background color is #a0abcf


#a0abcf Border Color

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

This div border color is #a0abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0abcf


Comments

No comments written yet.

Please login to write comment.