Color Hex Logo

#a2acce Color Hex

#A2ACCE
(162,172,206)
0 Favorites   0 Comments

Color spaces of #a2acce

RGB 162172206
HSL0.630.310.72
HSV226°21°81°
CMYK 0.210.170.00   0.19
XYZ40.793441.642764.2803
Yxy41.64270.27800.2838
Hunter Lab64.5312-0.0907-13.8877
CIE-Lab70.62393.7768-18.4268

#a2acce color RGB value is (162,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101100 11001110
Octal 242 254 316
Decimal 162 172 206
Hex A2 AC CE

RGB Percentages of Color #a2acce

%30.00
%31.85
%38.15

CMYK Percentages of Color #a2acce

%21
%17
%0
%19

Triadic Colors of #a2acce

#a2acce #cea2ac #accea2

Analogous Colors of #a2acce

#a2acce #aea2ce #a2c2ce

Monochromatic Colors of #a2acce

#a2acce

Complementary Color

#a2acce #cec4a2

#a2acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2acce Color CSS Codes

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

#a2acce Text Font Color

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

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


#a2acce Background Color

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

This div background color is #a2acce


#a2acce Border Color

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

This div border color is #a2acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2acce


Comments

No comments written yet.

Please login to write comment.