Color Hex Logo

#a4abbe Color Hex

#A4ABBE
(164,171,190)
0 Favorites   0 Comments

Color spaces of #a4abbe

RGB 164171190
HSL0.620.170.69
HSV224°14°75°
CMYK 0.140.100.00   0.25
XYZ39.167040.736054.5137
Yxy40.73600.29140.3031
Hunter Lab63.8248-2.1542-5.9632
CIE-Lab69.99061.4262-10.5507

#a4abbe color RGB value is (164,171,190).

#a4abbe hex color red value is 164, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a4abbe hue: 0.62 , saturation: 0.17 and the lightness value of a4abbe is 0.69.

The process color (four color CMYK) of #a4abbe color hex is 0.14, 0.10, 0.00, 0.25. Web safe color of #a4abbe is #9999cc. Color #a4abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101011 10111110
Octal 244 253 276
Decimal 164 171 190
Hex A4 AB BE

RGB Percentages of Color #a4abbe

%31.24
%32.57
%36.19

CMYK Percentages of Color #a4abbe

%14
%10
%0
%25

Triadic Colors of #a4abbe

#a4abbe #bea4ab #abbea4

Analogous Colors of #a4abbe

#a4abbe #aaa4be #a4b8be

Monochromatic Colors of #a4abbe

#a4abbe

Complementary Color

#a4abbe #beb7a4

#a4abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4abbe Color CSS Codes

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

#a4abbe Text Font Color

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

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


#a4abbe Background Color

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

This div background color is #a4abbe


#a4abbe Border Color

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

This div border color is #a4abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4abbe


Comments

No comments written yet.

Please login to write comment.