Color Hex Logo

#a4afba Color Hex

#A4AFBA
(164,175,186)
0 Favorites   0 Comments

Color spaces of #a4afba

RGB 164175186
HSL0.580.140.69
HSV210°12°73°
CMYK 0.120.060.00   0.27
XYZ39.502742.097652.4980
Yxy42.09760.29460.3139
Hunter Lab64.8827-4.8680-2.5550
CIE-Lab70.9382-1.5983-6.9348

#a4afba color RGB value is (164,175,186).

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

The process color (four color CMYK) of #a4afba color hex is 0.12, 0.06, 0.00, 0.27. Web safe color of #a4afba is #9999cc. Color #a4afba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101111 10111010
Octal 244 257 272
Decimal 164 175 186
Hex A4 AF BA

RGB Percentages of Color #a4afba

%31.24
%33.33
%35.43

CMYK Percentages of Color #a4afba

%12
%6
%0
%27

Triadic Colors of #a4afba

#a4afba #baa4af #afbaa4

Analogous Colors of #a4afba

#a4afba #a4a4ba #a4baba

Monochromatic Colors of #a4afba

#a4afba

Complementary Color

#a4afba #baafa4

#a4afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4afba Color CSS Codes

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

#a4afba Text Font Color

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

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


#a4afba Background Color

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

This div background color is #a4afba


#a4afba Border Color

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

This div border color is #a4afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4afba


Comments

No comments written yet.

Please login to write comment.