Color Hex Logo

#a4babf Color Hex

#A4BABF
(164,186,191)
0 Favorites   0 Comments

Color spaces of #a4babf

RGB 164186191
HSL0.530.170.70
HSV191°14°75°
CMYK 0.140.030.00   0.25
XYZ42.272746.771956.0901
Yxy46.77190.29130.3223
Hunter Lab68.3900-9.3494-0.7538
CIE-Lab74.0436-6.4586-5.0789

#a4babf color RGB value is (164,186,191).

#a4babf hex color red value is 164, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a4babf hue: 0.53 , saturation: 0.17 and the lightness value of a4babf is 0.70.

The process color (four color CMYK) of #a4babf color hex is 0.14, 0.03, 0.00, 0.25. Web safe color of #a4babf is #99cccc. Color #a4babf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111010 10111111
Octal 244 272 277
Decimal 164 186 191
Hex A4 BA BF

RGB Percentages of Color #a4babf

%30.31
%34.38
%35.30

CMYK Percentages of Color #a4babf

%14
%3
%0
%25

Triadic Colors of #a4babf

#a4babf #bfa4ba #babfa4

Analogous Colors of #a4babf

#a4babf #a4adbf #a4bfb7

Monochromatic Colors of #a4babf

#a4babf

Complementary Color

#a4babf #bfa9a4

#a4babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4babf Color CSS Codes

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

#a4babf Text Font Color

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

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


#a4babf Background Color

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

This div background color is #a4babf


#a4babf Border Color

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

This div border color is #a4babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4babf


Comments

No comments written yet.

Please login to write comment.