Color Hex Logo

#adaaed Color Hex

#ADAAED
(173,170,237)
0 Favorites   0 Comments

Color spaces of #adaaed

RGB 173170237
HSL0.670.650.80
HSV243°28°93°
CMYK 0.270.280.00   0.07
XYZ46.894443.748186.0934
Yxy43.74810.26530.2475
Hunter Lab66.142310.8060-30.8745
CIE-Lab72.059815.5232-33.1138

#adaaed color RGB value is (173,170,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11101101
Octal 255 252 355
Decimal 173 170 237
Hex AD AA ED

RGB Percentages of Color #adaaed

%29.83
%29.31
%40.86

CMYK Percentages of Color #adaaed

%27
%28
%0
%7

Triadic Colors of #adaaed

#adaaed #edadaa #aaedad

Analogous Colors of #adaaed

#adaaed #cfaaed #aac9ed

Monochromatic Colors of #adaaed

#adaaed

Complementary Color

#adaaed #eaedaa

#adaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaaed Color CSS Codes

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

#adaaed Text Font Color

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

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


#adaaed Background Color

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

This div background color is #adaaed


#adaaed Border Color

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

This div border color is #adaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaaed


Comments

No comments written yet.

Please login to write comment.