Color Hex Logo

#a0adce Color Hex

#A0ADCE
(160,173,206)
0 Favorites   0 Comments

Color spaces of #a0adce

RGB 160173206
HSL0.620.320.72
HSV223°22°81°
CMYK 0.220.160.00   0.19
XYZ40.581441.817064.3251
Yxy41.81700.27660.2850
Hunter Lab64.6661-1.1474-13.7111
CIE-Lab70.74462.6021-18.2577

#a0adce color RGB value is (160,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101101 11001110
Octal 240 255 316
Decimal 160 173 206
Hex A0 AD CE

RGB Percentages of Color #a0adce

%29.68
%32.10
%38.22

CMYK Percentages of Color #a0adce

%22
%16
%0
%19

Triadic Colors of #a0adce

#a0adce #cea0ad #adcea0

Analogous Colors of #a0adce

#a0adce #aaa0ce #a0c4ce

Monochromatic Colors of #a0adce

#a0adce

Complementary Color

#a0adce #cec1a0

#a0adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0adce Color CSS Codes

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

#a0adce Text Font Color

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

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


#a0adce Background Color

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

This div background color is #a0adce


#a0adce Border Color

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

This div border color is #a0adce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0adce

#a0adce Color Palettes


Comments

No comments written yet.

Please login to write comment.