Color Hex Logo

#a3afbb Color Hex

#A3AFBB
(163,175,187)
0 Favorites   0 Comments

Color spaces of #a3afbb

RGB 163175187
HSL0.580.150.69
HSV210°13°73°
CMYK 0.130.060.00   0.27
XYZ39.403942.034353.0503
Yxy42.03430.29300.3125
Hunter Lab64.8339-4.9728-3.1303
CIE-Lab70.8946-1.7217-7.5581

#a3afbb color RGB value is (163,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101111 10111011
Octal 243 257 273
Decimal 163 175 187
Hex A3 AF BB

RGB Percentages of Color #a3afbb

%31.05
%33.33
%35.62

CMYK Percentages of Color #a3afbb

%13
%6
%0
%27

Triadic Colors of #a3afbb

#a3afbb #bba3af #afbba3

Analogous Colors of #a3afbb

#a3afbb #a3a3bb #a3bbbb

Monochromatic Colors of #a3afbb

#a3afbb

Complementary Color

#a3afbb #bbafa3

#a3afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3afbb Color CSS Codes

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

#a3afbb Text Font Color

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

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


#a3afbb Background Color

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

This div background color is #a3afbb


#a3afbb Border Color

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

This div border color is #a3afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3afbb


Comments

No comments written yet.

Please login to write comment.