Color Hex Logo

#adaaff Color Hex

#ADAAFF
(173,170,255)
0 Favorites   0 Comments

Color spaces of #adaaff

RGB 173170255
HSL0.671.000.83
HSV242°33°100°
CMYK 0.320.330.00   0.00
XYZ49.658344.8537100.6481
Yxy44.85370.25440.2298
Hunter Lab66.972915.1495-42.2211
CIE-Lab72.795519.9667-41.7296

#adaaff color RGB value is (173,170,255).

#adaaff hex color red value is 173, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #adaaff hue: 0.67 , saturation: 1.00 and the lightness value of adaaff is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11111111
Octal 255 252 377
Decimal 173 170 255
Hex AD AA FF

RGB Percentages of Color #adaaff

%28.93
%28.43
%42.64

CMYK Percentages of Color #adaaff

%32
%33
%0
%0

Triadic Colors of #adaaff

#adaaff #ffadaa #aaffad

Analogous Colors of #adaaff

#adaaff #d8aaff #aad2ff

Monochromatic Colors of #adaaff

#adaaff

Complementary Color

#adaaff #fcffaa

#adaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaaff Color CSS Codes

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

#adaaff Text Font Color

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

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


#adaaff Background Color

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

This div background color is #adaaff


#adaaff Border Color

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

This div border color is #adaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaaff


Comments

No comments written yet.

Please login to write comment.