Color Hex Logo

#a3bdcd Color Hex

#A3BDCD
(163,189,205)
0 Favorites   0 Comments

Color spaces of #a3bdcd

RGB 163189205
HSL0.560.300.72
HSV203°20°80°
CMYK 0.200.080.00   0.20
XYZ44.321348.589564.8003
Yxy48.58950.28100.3081
Hunter Lab69.7062-8.4901-6.3229
CIE-Lab75.1952-5.3541-10.9964

#a3bdcd color RGB value is (163,189,205).

#a3bdcd hex color red value is 163, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a3bdcd hue: 0.56 , saturation: 0.30 and the lightness value of a3bdcd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111101 11001101
Octal 243 275 315
Decimal 163 189 205
Hex A3 BD CD

RGB Percentages of Color #a3bdcd

%29.26
%33.93
%36.80

CMYK Percentages of Color #a3bdcd

%20
%8
%0
%20

Triadic Colors of #a3bdcd

#a3bdcd #cda3bd #bdcda3

Analogous Colors of #a3bdcd

#a3bdcd #a3a8cd #a3cdc8

Monochromatic Colors of #a3bdcd

#a3bdcd

Complementary Color

#a3bdcd #cdb3a3

#a3bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bdcd Color CSS Codes

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

#a3bdcd Text Font Color

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

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


#a3bdcd Background Color

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

This div background color is #a3bdcd


#a3bdcd Border Color

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

This div border color is #a3bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bdcd


Comments

No comments written yet.

Please login to write comment.