Color Hex Logo

#a4babc Color Hex

#A4BABC
(164,186,188)
0 Favorites   0 Comments

Color spaces of #a4babc

RGB 164186188
HSL0.510.150.69
HSV185°13°74°
CMYK 0.130.010.00   0.26
XYZ41.945846.641254.3688
Yxy46.64120.29340.3263
Hunter Lab68.2944-9.88200.6056
CIE-Lab73.9597-7.0831-3.5665

#a4babc color RGB value is (164,186,188).

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

The process color (four color CMYK) of #a4babc color hex is 0.13, 0.01, 0.00, 0.26. Web safe color of #a4babc is #99cccc. Color #a4babc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111010 10111100
Octal 244 272 274
Decimal 164 186 188
Hex A4 BA BC

RGB Percentages of Color #a4babc

%30.48
%34.57
%34.94

CMYK Percentages of Color #a4babc

%13
%1
%0
%26

Triadic Colors of #a4babc

#a4babc #bca4ba #babca4

Analogous Colors of #a4babc

#a4babc #a4aebc #a4bcb2

Monochromatic Colors of #a4babc

#a4babc

Complementary Color

#a4babc #bca6a4

#a4babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4babc Color CSS Codes

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

#a4babc Text Font Color

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

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


#a4babc Background Color

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

This div background color is #a4babc


#a4babc Border Color

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

This div border color is #a4babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4babc


Comments

No comments written yet.

Please login to write comment.