Color Hex Logo

#a1adcd Color Hex

#A1ADCD
(161,173,205)
0 Favorites   0 Comments

Color spaces of #a1adcd

RGB 161173205
HSL0.620.310.72
HSV224°21°80°
CMYK 0.210.160.00   0.20
XYZ40.661041.872063.6966
Yxy41.87200.27810.2863
Hunter Lab64.7086-1.0758-13.0668
CIE-Lab70.78262.6842-17.6438

#a1adcd color RGB value is (161,173,205).

#a1adcd hex color red value is 161, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a1adcd hue: 0.62 , saturation: 0.31 and the lightness value of a1adcd is 0.72.

The process color (four color CMYK) of #a1adcd color hex is 0.21, 0.16, 0.00, 0.20. Web safe color of #a1adcd is #9999cc. Color #a1adcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101101 11001101
Octal 241 255 315
Decimal 161 173 205
Hex A1 AD CD

RGB Percentages of Color #a1adcd

%29.87
%32.10
%38.03

CMYK Percentages of Color #a1adcd

%21
%16
%0
%20

Triadic Colors of #a1adcd

#a1adcd #cda1ad #adcda1

Analogous Colors of #a1adcd

#a1adcd #aba1cd #a1c3cd

Monochromatic Colors of #a1adcd

#a1adcd

Complementary Color

#a1adcd #cdc1a1

#a1adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1adcd Color CSS Codes

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

#a1adcd Text Font Color

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

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


#a1adcd Background Color

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

This div background color is #a1adcd


#a1adcd Border Color

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

This div border color is #a1adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1adcd


Comments

No comments written yet.

Please login to write comment.