Color Hex Logo

#a7abce Color Hex

#A7ABCE
(167,171,206)
0 Favorites   0 Comments

Color spaces of #a7abce

RGB 167171206
HSL0.650.280.73
HSV234°19°81°
CMYK 0.190.170.00   0.19
XYZ41.639841.797564.2656
Yxy41.79750.28190.2830
Hunter Lab64.65101.8274-13.6809
CIE-Lab70.73115.9053-18.2292

#a7abce color RGB value is (167,171,206).

#a7abce hex color red value is 167, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a7abce hue: 0.65 , saturation: 0.28 and the lightness value of a7abce is 0.73.

The process color (four color CMYK) of #a7abce color hex is 0.19, 0.17, 0.00, 0.19. Web safe color of #a7abce is #9999cc. Color #a7abce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101011 11001110
Octal 247 253 316
Decimal 167 171 206
Hex A7 AB CE

RGB Percentages of Color #a7abce

%30.70
%31.43
%37.87

CMYK Percentages of Color #a7abce

%19
%17
%0
%19

Triadic Colors of #a7abce

#a7abce #cea7ab #abcea7

Analogous Colors of #a7abce

#a7abce #b7a7ce #a7bfce

Monochromatic Colors of #a7abce

#a7abce

Complementary Color

#a7abce #cecaa7

#a7abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7abce Color CSS Codes

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

#a7abce Text Font Color

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

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


#a7abce Background Color

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

This div background color is #a7abce


#a7abce Border Color

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

This div border color is #a7abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7abce


Comments

No comments written yet.

Please login to write comment.