Color Hex Logo

#a1aecc Color Hex

#A1AECC
(161,174,204)
0 Favorites   0 Comments

Color spaces of #a1aecc

RGB 161174204
HSL0.620.300.72
HSV222°21°80°
CMYK 0.210.150.00   0.20
XYZ40.733142.208863.1270
Yxy42.20880.27890.2890
Hunter Lab64.9683-1.7806-12.1318
CIE-Lab71.01461.9065-16.7436

#a1aecc color RGB value is (161,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101110 11001100
Octal 241 256 314
Decimal 161 174 204
Hex A1 AE CC

RGB Percentages of Color #a1aecc

%29.87
%32.28
%37.85

CMYK Percentages of Color #a1aecc

%21
%15
%0
%20

Triadic Colors of #a1aecc

#a1aecc #cca1ae #aecca1

Analogous Colors of #a1aecc

#a1aecc #aaa1cc #a1c4cc

Monochromatic Colors of #a1aecc

#a1aecc

Complementary Color

#a1aecc #ccbfa1

#a1aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1aecc Color CSS Codes

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

#a1aecc Text Font Color

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

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


#a1aecc Background Color

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

This div background color is #a1aecc


#a1aecc Border Color

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

This div border color is #a1aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1aecc


Comments

No comments written yet.

Please login to write comment.