Color Hex Logo

#adaadc Color Hex

#ADAADC
(173,170,220)
0 Favorites   0 Comments

Color spaces of #adaadc

RGB 173170220
HSL0.680.420.76
HSV244°23°86°
CMYK 0.210.230.00   0.14
XYZ44.526642.801073.6248
Yxy42.80100.27660.2659
Hunter Lab65.42256.9979-20.9277
CIE-Lab71.419711.5175-24.8199

#adaadc color RGB value is (173,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11011100
Octal 255 252 334
Decimal 173 170 220
Hex AD AA DC

RGB Percentages of Color #adaadc

%30.73
%30.20
%39.08

CMYK Percentages of Color #adaadc

%21
%23
%0
%14

Triadic Colors of #adaadc

#adaadc #dcadaa #aadcad

Analogous Colors of #adaadc

#adaadc #c6aadc #aac0dc

Monochromatic Colors of #adaadc

#adaadc

Complementary Color

#adaadc #d9dcaa

#adaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaadc Color CSS Codes

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

#adaadc Text Font Color

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

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


#adaadc Background Color

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

This div background color is #adaadc


#adaadc Border Color

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

This div border color is #adaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaadc


Comments

No comments written yet.

Please login to write comment.