Color Hex Logo

#a2bdcd Color Hex

#A2BDCD
(162,189,205)
0 Favorites   0 Comments

Color spaces of #a2bdcd

RGB 162189205
HSL0.560.300.72
HSV202°21°80°
CMYK 0.210.080.00   0.20
XYZ44.117348.484464.7908
Yxy48.48440.28030.3080
Hunter Lab69.6307-8.7581-6.4273
CIE-Lab75.1294-5.6663-11.1016

#a2bdcd color RGB value is (162,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111101 11001101
Octal 242 275 315
Decimal 162 189 205
Hex A2 BD CD

RGB Percentages of Color #a2bdcd

%29.14
%33.99
%36.87

CMYK Percentages of Color #a2bdcd

%21
%8
%0
%20

Triadic Colors of #a2bdcd

#a2bdcd #cda2bd #bdcda2

Analogous Colors of #a2bdcd

#a2bdcd #a2a8cd #a2cdc8

Monochromatic Colors of #a2bdcd

#a2bdcd

Complementary Color

#a2bdcd #cdb2a2

#a2bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bdcd Color CSS Codes

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

#a2bdcd Text Font Color

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

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


#a2bdcd Background Color

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

This div background color is #a2bdcd


#a2bdcd Border Color

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

This div border color is #a2bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bdcd


Comments

No comments written yet.

Please login to write comment.