Color Hex Logo

#adaaee Color Hex

#ADAAEE
(173,170,238)
0 Favorites   0 Comments

Color spaces of #adaaee

RGB 173170238
HSL0.670.670.80
HSV243°29°93°
CMYK 0.270.290.00   0.07
XYZ47.040943.806786.8651
Yxy43.80670.26470.2465
Hunter Lab66.186611.0389-31.4831
CIE-Lab72.099115.7648-33.5969

#adaaee color RGB value is (173,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11101110
Octal 255 252 356
Decimal 173 170 238
Hex AD AA EE

RGB Percentages of Color #adaaee

%29.78
%29.26
%40.96

CMYK Percentages of Color #adaaee

%27
%29
%0
%7

Triadic Colors of #adaaee

#adaaee #eeadaa #aaeead

Analogous Colors of #adaaee

#adaaee #cfaaee #aac9ee

Monochromatic Colors of #adaaee

#adaaee

Complementary Color

#adaaee #ebeeaa

#adaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaaee Color CSS Codes

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

#adaaee Text Font Color

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

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


#adaaee Background Color

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

This div background color is #adaaee


#adaaee Border Color

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

This div border color is #adaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaaee


Comments

No comments written yet.

Please login to write comment.