Color Hex Logo

#a0adca Color Hex

#A0ADCA
(160,173,202)
0 Favorites   0 Comments

Color spaces of #a0adca

RGB 160173202
HSL0.620.280.71
HSV221°21°79°
CMYK 0.210.140.00   0.21
XYZ40.101441.625061.7980
Yxy41.62500.27940.2900
Hunter Lab64.5174-1.9572-11.6287
CIE-Lab70.61161.6849-16.2599

#a0adca color RGB value is (160,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101101 11001010
Octal 240 255 312
Decimal 160 173 202
Hex A0 AD CA

RGB Percentages of Color #a0adca

%29.91
%32.34
%37.76

CMYK Percentages of Color #a0adca

%21
%14
%0
%21

Triadic Colors of #a0adca

#a0adca #caa0ad #adcaa0

Analogous Colors of #a0adca

#a0adca #a8a0ca #a0c2ca

Monochromatic Colors of #a0adca

#a0adca

Complementary Color

#a0adca #cabda0

#a0adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0adca Color CSS Codes

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

#a0adca Text Font Color

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

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


#a0adca Background Color

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

This div background color is #a0adca


#a0adca Border Color

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

This div border color is #a0adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0adca


Comments

No comments written yet.

Please login to write comment.