Color Hex Logo

#a7acbe Color Hex

#A7ACBE
(167,172,190)
0 Favorites   0 Comments

Color spaces of #a7acbe

RGB 167172190
HSL0.630.150.70
HSV227°12°75°
CMYK 0.120.090.00   0.25
XYZ39.983141.438254.6062
Yxy41.43820.29390.3046
Hunter Lab64.3725-1.7818-5.2340
CIE-Lab70.48181.8750-9.7934

#a7acbe color RGB value is (167,172,190).

#a7acbe hex color red value is 167, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a7acbe hue: 0.63 , saturation: 0.15 and the lightness value of a7acbe is 0.70.

The process color (four color CMYK) of #a7acbe color hex is 0.12, 0.09, 0.00, 0.25. Web safe color of #a7acbe is #9999cc. Color #a7acbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101100 10111110
Octal 247 254 276
Decimal 167 172 190
Hex A7 AC BE

RGB Percentages of Color #a7acbe

%31.57
%32.51
%35.92

CMYK Percentages of Color #a7acbe

%12
%9
%0
%25

Triadic Colors of #a7acbe

#a7acbe #bea7ac #acbea7

Analogous Colors of #a7acbe

#a7acbe #aea7be #a7b8be

Monochromatic Colors of #a7acbe

#a7acbe

Complementary Color

#a7acbe #beb9a7

#a7acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7acbe Color CSS Codes

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

#a7acbe Text Font Color

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

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


#a7acbe Background Color

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

This div background color is #a7acbe


#a7acbe Border Color

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

This div border color is #a7acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7acbe


Comments

No comments written yet.

Please login to write comment.