Color Hex Logo

#a1afcc Color Hex

#A1AFCC
(161,175,204)
0 Favorites   0 Comments

Color spaces of #a1afcc

RGB 161175204
HSL0.610.300.72
HSV220°21°80°
CMYK 0.210.140.00   0.20
XYZ40.927042.596663.1916
Yxy42.59660.27900.2903
Hunter Lab65.2661-2.2820-11.7192
CIE-Lab71.28031.3586-16.3424

#a1afcc color RGB value is (161,175,204).

#a1afcc hex color red value is 161, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a1afcc hue: 0.61 , saturation: 0.30 and the lightness value of a1afcc is 0.72.

The process color (four color CMYK) of #a1afcc color hex is 0.21, 0.14, 0.00, 0.20. Web safe color of #a1afcc is #9999cc. Color #a1afcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101111 11001100
Octal 241 257 314
Decimal 161 175 204
Hex A1 AF CC

RGB Percentages of Color #a1afcc

%29.81
%32.41
%37.78

CMYK Percentages of Color #a1afcc

%21
%14
%0
%20

Triadic Colors of #a1afcc

#a1afcc #cca1af #afcca1

Analogous Colors of #a1afcc

#a1afcc #a9a1cc #a1c5cc

Monochromatic Colors of #a1afcc

#a1afcc

Complementary Color

#a1afcc #ccbea1

#a1afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1afcc Color CSS Codes

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

#a1afcc Text Font Color

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

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


#a1afcc Background Color

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

This div background color is #a1afcc


#a1afcc Border Color

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

This div border color is #a1afcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,175,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1afcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1afcc;
  -webkit-box-shadow: 1px 1px 3px 2px #a1afcc;
  box-shadow:         1px 1px 3px 2px #a1afcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,175,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1afcc

#a1afcc Color Palettes


Comments

No comments written yet.

Please login to write comment.