Color Hex Logo

#a1acee Color Hex

#A1ACEE
(161,172,238)
0 Favorites   0 Comments

Color spaces of #a1acee

RGB 161172238
HSL0.640.690.78
HSV231°32°93°
CMYK 0.320.280.00   0.07
XYZ44.883143.255286.8724
Yxy43.25520.25650.2472
Hunter Lab65.76876.7201-32.2768
CIE-Lab71.727811.2229-34.2423

#a1acee color RGB value is (161,172,238).

#a1acee hex color red value is 161, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a1acee hue: 0.64 , saturation: 0.69 and the lightness value of a1acee is 0.78.

The process color (four color CMYK) of #a1acee color hex is 0.32, 0.28, 0.00, 0.07. Web safe color of #a1acee is #9999ff. Color #a1acee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101100 11101110
Octal 241 254 356
Decimal 161 172 238
Hex A1 AC EE

RGB Percentages of Color #a1acee

%28.20
%30.12
%41.68

CMYK Percentages of Color #a1acee

%32
%28
%0
%7

Triadic Colors of #a1acee

#a1acee #eea1ac #aceea1

Analogous Colors of #a1acee

#a1acee #bda1ee #a1d3ee

Monochromatic Colors of #a1acee

#a1acee

Complementary Color

#a1acee #eee3a1

#a1acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1acee Color CSS Codes

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

#a1acee Text Font Color

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

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


#a1acee Background Color

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

This div background color is #a1acee


#a1acee Border Color

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

This div border color is #a1acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1acee


Comments

No comments written yet.

Please login to write comment.