Color Hex Logo

#adaadb Color Hex

#ADAADB
(173,170,219)
0 Favorites   0 Comments

Color spaces of #adaadb

RGB 173170219
HSL0.680.400.76
HSV244°22°86°
CMYK 0.210.220.00   0.14
XYZ44.394542.748272.9292
Yxy42.74820.27730.2671
Hunter Lab65.38216.7829-20.3664
CIE-Lab71.383711.2881-24.3273

#adaadb color RGB value is (173,170,219).

#adaadb hex color red value is 173, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #adaadb hue: 0.68 , saturation: 0.40 and the lightness value of adaadb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11011011
Octal 255 252 333
Decimal 173 170 219
Hex AD AA DB

RGB Percentages of Color #adaadb

%30.78
%30.25
%38.97

CMYK Percentages of Color #adaadb

%21
%22
%0
%14

Triadic Colors of #adaadb

#adaadb #dbadaa #aadbad

Analogous Colors of #adaadb

#adaadb #c6aadb #aac0db

Monochromatic Colors of #adaadb

#adaadb

Complementary Color

#adaadb #d8dbaa

#adaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaadb Color CSS Codes

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

#adaadb Text Font Color

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

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


#adaadb Background Color

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

This div background color is #adaadb


#adaadb Border Color

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

This div border color is #adaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaadb


Comments

No comments written yet.

Please login to write comment.