Color Hex Logo

#a7aaca Color Hex

#A7AACA
(167,170,202)
0 Favorites   0 Comments

Color spaces of #a7aaca

RGB 167170202
HSL0.650.250.72
HSV235°17°79°
CMYK 0.170.160.00   0.21
XYZ40.971741.229261.6757
Yxy41.22920.28480.2866
Hunter Lab64.21001.5315-12.0029
CIE-Lab70.33625.5654-16.6254

#a7aaca color RGB value is (167,170,202).

#a7aaca hex color red value is 167, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a7aaca hue: 0.65 , saturation: 0.25 and the lightness value of a7aaca is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101010 11001010
Octal 247 252 312
Decimal 167 170 202
Hex A7 AA CA

RGB Percentages of Color #a7aaca

%30.98
%31.54
%37.48

CMYK Percentages of Color #a7aaca

%17
%16
%0
%21

Triadic Colors of #a7aaca

#a7aaca #caa7aa #aacaa7

Analogous Colors of #a7aaca

#a7aaca #b6a7ca #a7bcca

Monochromatic Colors of #a7aaca

#a7aaca

Complementary Color

#a7aaca #cac7a7

#a7aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aaca Color CSS Codes

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

#a7aaca Text Font Color

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

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


#a7aaca Background Color

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

This div background color is #a7aaca


#a7aaca Border Color

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

This div border color is #a7aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aaca


Comments

No comments written yet.

Please login to write comment.