Color Hex Logo

#a7afbd Color Hex

#A7AFBD
(167,175,189)
0 Favorites   0 Comments

Color spaces of #a7afbd

RGB 167175189
HSL0.610.140.70
HSV218°12°74°
CMYK 0.120.070.00   0.26
XYZ40.451642.549654.2250
Yxy42.54960.29480.3101
Hunter Lab65.2301-3.4581-3.6261
CIE-Lab71.24820.0294-8.1015

#a7afbd color RGB value is (167,175,189).

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

The process color (four color CMYK) of #a7afbd color hex is 0.12, 0.07, 0.00, 0.26. Web safe color of #a7afbd is #9999cc. Color #a7afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101111 10111101
Octal 247 257 275
Decimal 167 175 189
Hex A7 AF BD

RGB Percentages of Color #a7afbd

%31.45
%32.96
%35.59

CMYK Percentages of Color #a7afbd

%12
%7
%0
%26

Triadic Colors of #a7afbd

#a7afbd #bda7af #afbda7

Analogous Colors of #a7afbd

#a7afbd #aaa7bd #a7babd

Monochromatic Colors of #a7afbd

#a7afbd

Complementary Color

#a7afbd #bdb5a7

#a7afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7afbd Color CSS Codes

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

#a7afbd Text Font Color

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

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


#a7afbd Background Color

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

This div background color is #a7afbd


#a7afbd Border Color

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

This div border color is #a7afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7afbd


Comments

No comments written yet.

Please login to write comment.