Color Hex Logo

#a3adbc Color Hex

#A3ADBC
(163,173,188)
0 Favorites   0 Comments

Color spaces of #a3adbc

RGB 163173188
HSL0.600.160.69
HSV216°13°74°
CMYK 0.130.080.00   0.26
XYZ39.124941.304553.4874
Yxy41.30450.29220.3084
Hunter Lab64.2686-3.8042-4.3560
CIE-Lab70.3887-0.4235-8.8612

#a3adbc color RGB value is (163,173,188).

#a3adbc hex color red value is 163, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a3adbc hue: 0.60 , saturation: 0.16 and the lightness value of a3adbc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101101 10111100
Octal 243 255 274
Decimal 163 173 188
Hex A3 AD BC

RGB Percentages of Color #a3adbc

%31.11
%33.02
%35.88

CMYK Percentages of Color #a3adbc

%13
%8
%0
%26

Triadic Colors of #a3adbc

#a3adbc #bca3ad #adbca3

Analogous Colors of #a3adbc

#a3adbc #a6a3bc #a3babc

Monochromatic Colors of #a3adbc

#a3adbc

Complementary Color

#a3adbc #bcb2a3

#a3adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3adbc Color CSS Codes

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

#a3adbc Text Font Color

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

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


#a3adbc Background Color

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

This div background color is #a3adbc


#a3adbc Border Color

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

This div border color is #a3adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3adbc


Comments

No comments written yet.

Please login to write comment.