Color Hex Logo

#a3b8cc Color Hex

#A3B8CC
(163,184,204)
0 Favorites   0 Comments

Color spaces of #a3b8cc

RGB 163184204
HSL0.580.290.72
HSV209°20°80°
CMYK 0.200.100.00   0.20
XYZ43.143846.427163.8142
Yxy46.42710.28130.3027
Hunter Lab68.1374-6.2165-7.8319
CIE-Lab73.8218-2.8987-12.5066

#a3b8cc color RGB value is (163,184,204).

#a3b8cc hex color red value is 163, green value is 184 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a3b8cc hue: 0.58 , saturation: 0.29 and the lightness value of a3b8cc is 0.72.

The process color (four color CMYK) of #a3b8cc color hex is 0.20, 0.10, 0.00, 0.20. Web safe color of #a3b8cc is #99cccc. Color #a3b8cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111000 11001100
Octal 243 270 314
Decimal 163 184 204
Hex A3 B8 CC

RGB Percentages of Color #a3b8cc

%29.58
%33.39
%37.02

CMYK Percentages of Color #a3b8cc

%20
%10
%0
%20

Triadic Colors of #a3b8cc

#a3b8cc #cca3b8 #b8cca3

Analogous Colors of #a3b8cc

#a3b8cc #a3a4cc #a3cccc

Monochromatic Colors of #a3b8cc

#a3b8cc

Complementary Color

#a3b8cc #ccb7a3

#a3b8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3b8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3b8cc Color CSS Codes

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

#a3b8cc Text Font Color

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

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


#a3b8cc Background Color

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

This div background color is #a3b8cc


#a3b8cc Border Color

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

This div border color is #a3b8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3b8cc


Comments

No comments written yet.

Please login to write comment.