Color Hex Logo

#a1accc Color Hex

#A1ACCC
(161,172,204)
0 Favorites   0 Comments

Color spaces of #a1accc

RGB 161172204
HSL0.620.300.72
HSV225°21°80°
CMYK 0.210.160.00   0.20
XYZ40.349541.441762.9991
Yxy41.44170.27870.2862
Hunter Lab64.3752-0.7753-12.9599
CIE-Lab70.48433.0055-17.5453

#a1accc color RGB value is (161,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101100 11001100
Octal 241 254 314
Decimal 161 172 204
Hex A1 AC CC

RGB Percentages of Color #a1accc

%29.98
%32.03
%37.99

CMYK Percentages of Color #a1accc

%21
%16
%0
%20

Triadic Colors of #a1accc

#a1accc #cca1ac #accca1

Analogous Colors of #a1accc

#a1accc #aca1cc #a1c2cc

Monochromatic Colors of #a1accc

#a1accc

Complementary Color

#a1accc #ccc1a1

#a1accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1accc Color CSS Codes

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

#a1accc Text Font Color

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

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


#a1accc Background Color

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

This div background color is #a1accc


#a1accc Border Color

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

This div border color is #a1accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1accc


Comments

No comments written yet.

Please login to write comment.