Color Hex Logo

#a1adce Color Hex

#A1ADCE
(161,173,206)
0 Favorites   0 Comments

Color spaces of #a1adce

RGB 161173206
HSL0.620.310.72
HSV224°22°81°
CMYK 0.220.160.00   0.19
XYZ40.782141.920464.3345
Yxy41.92040.27740.2851
Hunter Lab64.7460-0.8721-13.5910
CIE-Lab70.81602.9138-18.1427

#a1adce color RGB value is (161,173,206).

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

The process color (four color CMYK) of #a1adce color hex is 0.22, 0.16, 0.00, 0.19. Web safe color of #a1adce is #9999cc. Color #a1adce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101101 11001110
Octal 241 255 316
Decimal 161 173 206
Hex A1 AD CE

RGB Percentages of Color #a1adce

%29.81
%32.04
%38.15

CMYK Percentages of Color #a1adce

%22
%16
%0
%19

Triadic Colors of #a1adce

#a1adce #cea1ad #adcea1

Analogous Colors of #a1adce

#a1adce #aca1ce #a1c4ce

Monochromatic Colors of #a1adce

#a1adce

Complementary Color

#a1adce #cec2a1

#a1adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1adce Color CSS Codes

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

#a1adce Text Font Color

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

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


#a1adce Background Color

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

This div background color is #a1adce


#a1adce Border Color

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

This div border color is #a1adce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,173,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1adce

#a1adce Color Palettes


Comments

No comments written yet.

Please login to write comment.