Color Hex Logo

#a7acc8 Color Hex

#A7ACC8
(167,172,200)
0 Favorites   0 Comments

Color spaces of #a7acc8

RGB 167172200
HSL0.640.230.72
HSV231°17°78°
CMYK 0.170.140.00   0.22
XYZ41.114241.890760.5623
Yxy41.89070.28640.2918
Hunter Lab64.72300.1238-10.1724
CIE-Lab70.79554.0231-14.8317

#a7acc8 color RGB value is (167,172,200).

#a7acc8 hex color red value is 167, green value is 172 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #a7acc8 hue: 0.64 , saturation: 0.23 and the lightness value of a7acc8 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101100 11001000
Octal 247 254 310
Decimal 167 172 200
Hex A7 AC C8

RGB Percentages of Color #a7acc8

%30.98
%31.91
%37.11

CMYK Percentages of Color #a7acc8

%17
%14
%0
%22

Triadic Colors of #a7acc8

#a7acc8 #c8a7ac #acc8a7

Analogous Colors of #a7acc8

#a7acc8 #b3a7c8 #a7bdc8

Monochromatic Colors of #a7acc8

#a7acc8

Complementary Color

#a7acc8 #c8c3a7

#a7acc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7acc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7acc8 Color CSS Codes

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

#a7acc8 Text Font Color

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

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


#a7acc8 Background Color

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

This div background color is #a7acc8


#a7acc8 Border Color

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

This div border color is #a7acc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7acc8


Comments

No comments written yet.

Please login to write comment.