Color Hex Logo

#a7acce Color Hex

#A7ACCE
(167,172,206)
0 Favorites   0 Comments

Color spaces of #a7acce

RGB 167172206
HSL0.650.280.73
HSV232°19°81°
CMYK 0.190.170.00   0.19
XYZ41.829542.176864.3288
Yxy42.17680.28200.2843
Hunter Lab64.94371.3185-13.2681
CIE-Lab70.99265.3537-17.8332

#a7acce color RGB value is (167,172,206).

#a7acce hex color red value is 167, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a7acce hue: 0.65 , saturation: 0.28 and the lightness value of a7acce is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101100 11001110
Octal 247 254 316
Decimal 167 172 206
Hex A7 AC CE

RGB Percentages of Color #a7acce

%30.64
%31.56
%37.80

CMYK Percentages of Color #a7acce

%19
%17
%0
%19

Triadic Colors of #a7acce

#a7acce #cea7ac #accea7

Analogous Colors of #a7acce

#a7acce #b6a7ce #a7c0ce

Monochromatic Colors of #a7acce

#a7acce

Complementary Color

#a7acce #cec9a7

#a7acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7acce Color CSS Codes

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

#a7acce Text Font Color

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

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


#a7acce Background Color

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

This div background color is #a7acce


#a7acce Border Color

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

This div border color is #a7acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7acce


Comments

No comments written yet.

Please login to write comment.