Color Hex Logo

#adaade Color Hex

#ADAADE
(173,170,222)
0 Favorites   0 Comments

Color spaces of #adaade

RGB 173170222
HSL0.680.440.77
HSV243°23°87°
CMYK 0.220.230.00   0.13
XYZ44.793142.907675.0284
Yxy42.90760.27530.2637
Hunter Lab65.50397.4307-22.0583
CIE-Lab71.492211.9781-25.8033

#adaade color RGB value is (173,170,222).

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

The process color (four color CMYK) of #adaade color hex is 0.22, 0.23, 0.00, 0.13. Web safe color of #adaade is #9999cc. Color #adaade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11011110
Octal 255 252 336
Decimal 173 170 222
Hex AD AA DE

RGB Percentages of Color #adaade

%30.62
%30.09
%39.29

CMYK Percentages of Color #adaade

%22
%23
%0
%13

Triadic Colors of #adaade

#adaade #deadaa #aadead

Analogous Colors of #adaade

#adaade #c7aade #aac1de

Monochromatic Colors of #adaade

#adaade

Complementary Color

#adaade #dbdeaa

#adaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaade Color CSS Codes

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

#adaade Text Font Color

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

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


#adaade Background Color

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

This div background color is #adaade


#adaade Border Color

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

This div border color is #adaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaade

#adaade Color Palettes


Comments

No comments written yet.

Please login to write comment.