Color Hex Logo

#a4abbc Color Hex

#A4ABBC
(164,171,188)
0 Favorites   0 Comments

Color spaces of #a4abbc

RGB 164171188
HSL0.620.150.69
HSV223°13°74°
CMYK 0.130.090.00   0.26
XYZ38.949940.649253.3701
Yxy40.64920.29290.3057
Hunter Lab63.7567-2.5261-5.0013
CIE-Lab69.92941.0009-9.5377

#a4abbc color RGB value is (164,171,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101011 10111100
Octal 244 253 274
Decimal 164 171 188
Hex A4 AB BC

RGB Percentages of Color #a4abbc

%31.36
%32.70
%35.95

CMYK Percentages of Color #a4abbc

%13
%9
%0
%26

Triadic Colors of #a4abbc

#a4abbc #bca4ab #abbca4

Analogous Colors of #a4abbc

#a4abbc #a9a4bc #a4b7bc

Monochromatic Colors of #a4abbc

#a4abbc

Complementary Color

#a4abbc #bcb5a4

#a4abbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4abbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4abbc Color CSS Codes

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

#a4abbc Text Font Color

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

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


#a4abbc Background Color

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

This div background color is #a4abbc


#a4abbc Border Color

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

This div border color is #a4abbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4abbc


Comments

No comments written yet.

Please login to write comment.