Color Hex Logo

#a7afbe Color Hex

#A7AFBE
(167,175,190)
0 Favorites   0 Comments

Color spaces of #a7afbe

RGB 167175190
HSL0.610.150.70
HSV219°12°75°
CMYK 0.120.080.00   0.25
XYZ40.560642.593154.7987
Yxy42.59310.29400.3088
Hunter Lab65.2634-3.2748-4.0987
CIE-Lab71.27790.2388-8.6073

#a7afbe color RGB value is (167,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101111 10111110
Octal 247 257 276
Decimal 167 175 190
Hex A7 AF BE

RGB Percentages of Color #a7afbe

%31.39
%32.89
%35.71

CMYK Percentages of Color #a7afbe

%12
%8
%0
%25

Triadic Colors of #a7afbe

#a7afbe #bea7af #afbea7

Analogous Colors of #a7afbe

#a7afbe #aba7be #a7bbbe

Monochromatic Colors of #a7afbe

#a7afbe

Complementary Color

#a7afbe #beb6a7

#a7afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7afbe Color CSS Codes

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

#a7afbe Text Font Color

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

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


#a7afbe Background Color

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

This div background color is #a7afbe


#a7afbe Border Color

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

This div border color is #a7afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7afbe


Comments

No comments written yet.

Please login to write comment.