Color Hex Logo

#a7afba Color Hex

#A7AFBA
(167,175,186)
0 Favorites   0 Comments

Color spaces of #a7afba

RGB 167175186
HSL0.600.120.69
HSV215°10°73°
CMYK 0.100.060.00   0.27
XYZ40.129242.420652.5273
Yxy42.42060.29710.3140
Hunter Lab65.1311-4.0003-2.2248
CIE-Lab71.1599-0.5920-6.5816

#a7afba color RGB value is (167,175,186).

#a7afba hex color red value is 167, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a7afba hue: 0.60 , saturation: 0.12 and the lightness value of a7afba is 0.69.

The process color (four color CMYK) of #a7afba color hex is 0.10, 0.06, 0.00, 0.27. Web safe color of #a7afba is #9999cc. Color #a7afba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101111 10111010
Octal 247 257 272
Decimal 167 175 186
Hex A7 AF BA

RGB Percentages of Color #a7afba

%31.63
%33.14
%35.23

CMYK Percentages of Color #a7afba

%10
%6
%0
%27

Triadic Colors of #a7afba

#a7afba #baa7af #afbaa7

Analogous Colors of #a7afba

#a7afba #a9a7ba #a7b9ba

Monochromatic Colors of #a7afba

#a7afba

Complementary Color

#a7afba #bab2a7

#a7afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7afba Color CSS Codes

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

#a7afba Text Font Color

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

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


#a7afba Background Color

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

This div background color is #a7afba


#a7afba Border Color

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

This div border color is #a7afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7afba


Comments

No comments written yet.

Please login to write comment.