Color Hex Logo

#a7abbc Color Hex

#A7ABBC
(167,171,188)
0 Favorites   0 Comments

Color spaces of #a7abbc

RGB 167171188
HSL0.630.140.70
HSV229°11°74°
CMYK 0.110.090.00   0.26
XYZ39.576440.972153.3995
Yxy40.97210.29550.3059
Hunter Lab64.0095-1.6518-4.6557
CIE-Lab70.15642.0034-9.1754

#a7abbc color RGB value is (167,171,188).

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

The process color (four color CMYK) of #a7abbc color hex is 0.11, 0.09, 0.00, 0.26. Web safe color of #a7abbc is #9999cc. Color #a7abbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101011 10111100
Octal 247 253 274
Decimal 167 171 188
Hex A7 AB BC

RGB Percentages of Color #a7abbc

%31.75
%32.51
%35.74

CMYK Percentages of Color #a7abbc

%11
%9
%0
%26

Triadic Colors of #a7abbc

#a7abbc #bca7ab #abbca7

Analogous Colors of #a7abbc

#a7abbc #aea7bc #a7b6bc

Monochromatic Colors of #a7abbc

#a7abbc

Complementary Color

#a7abbc #bcb8a7

#a7abbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7abbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7abbc Color CSS Codes

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

#a7abbc Text Font Color

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

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


#a7abbc Background Color

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

This div background color is #a7abbc


#a7abbc Border Color

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

This div border color is #a7abbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7abbc


Comments

No comments written yet.

Please login to write comment.