Color Hex Logo

#a7abba Color Hex

#A7ABBA
(167,171,186)
0 Favorites   0 Comments

Color spaces of #a7abba

RGB 167171186
HSL0.630.120.69
HSV227°10°73°
CMYK 0.100.080.00   0.27
XYZ39.362240.886552.2716
Yxy40.88650.29700.3085
Hunter Lab63.9426-2.0172-3.7085
CIE-Lab70.09631.5873-8.1605

#a7abba color RGB value is (167,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101011 10111010
Octal 247 253 272
Decimal 167 171 186
Hex A7 AB BA

RGB Percentages of Color #a7abba

%31.87
%32.63
%35.50

CMYK Percentages of Color #a7abba

%10
%8
%0
%27

Triadic Colors of #a7abba

#a7abba #baa7ab #abbaa7

Analogous Colors of #a7abba

#a7abba #ada7ba #a7b5ba

Monochromatic Colors of #a7abba

#a7abba

Complementary Color

#a7abba #bab6a7

#a7abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7abba Color CSS Codes

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

#a7abba Text Font Color

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

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


#a7abba Background Color

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

This div background color is #a7abba


#a7abba Border Color

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

This div border color is #a7abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7abba


Comments

No comments written yet.

Please login to write comment.