Color Hex Logo

#a0adec Color Hex

#A0ADEC
(160,173,236)
0 Favorites   0 Comments

Color spaces of #a0adec

RGB 160173236
HSL0.640.670.78
HSV230°32°93°
CMYK 0.320.270.00   0.07
XYZ44.581143.416985.3875
Yxy43.41690.25710.2504
Hunter Lab65.89155.4600-30.7087
CIE-Lab71.83709.8770-32.9910

#a0adec color RGB value is (160,173,236).

#a0adec hex color red value is 160, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a0adec hue: 0.64 , saturation: 0.67 and the lightness value of a0adec is 0.78.

The process color (four color CMYK) of #a0adec color hex is 0.32, 0.27, 0.00, 0.07. Web safe color of #a0adec is #9999ff. Color #a0adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101101 11101100
Octal 240 255 354
Decimal 160 173 236
Hex A0 AD EC

RGB Percentages of Color #a0adec

%28.12
%30.40
%41.48

CMYK Percentages of Color #a0adec

%32
%27
%0
%7

Triadic Colors of #a0adec

#a0adec #eca0ad #adeca0

Analogous Colors of #a0adec

#a0adec #b9a0ec #a0d3ec

Monochromatic Colors of #a0adec

#a0adec

Complementary Color

#a0adec #ecdfa0

#a0adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0adec Color CSS Codes

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

#a0adec Text Font Color

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

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


#a0adec Background Color

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

This div background color is #a0adec


#a0adec Border Color

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

This div border color is #a0adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0adec


Comments

No comments written yet.

Please login to write comment.