Color Hex Logo

#a1acce Color Hex

#A1ACCE
(161,172,206)
0 Favorites   0 Comments

Color spaces of #a1acce

RGB 161172206
HSL0.630.310.72
HSV225°22°81°
CMYK 0.220.170.00   0.19
XYZ40.591041.538364.2708
Yxy41.53830.27730.2837
Hunter Lab64.4502-0.3679-14.0098
CIE-Lab70.55143.4643-18.5435

#a1acce color RGB value is (161,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101100 11001110
Octal 241 254 316
Decimal 161 172 206
Hex A1 AC CE

RGB Percentages of Color #a1acce

%29.87
%31.91
%38.22

CMYK Percentages of Color #a1acce

%22
%17
%0
%19

Triadic Colors of #a1acce

#a1acce #cea1ac #accea1

Analogous Colors of #a1acce

#a1acce #ada1ce #a1c3ce

Monochromatic Colors of #a1acce

#a1acce

Complementary Color

#a1acce #cec3a1

#a1acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1acce Color CSS Codes

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

#a1acce Text Font Color

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

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


#a1acce Background Color

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

This div background color is #a1acce


#a1acce Border Color

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

This div border color is #a1acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1acce


Comments

No comments written yet.

Please login to write comment.