Color Hex Logo

#8aaade Color Hex

#8AAADE
(138,170,222)
0 Favorites   0 Comments

Color spaces of #8aaade

RGB 138170222
HSL0.600.560.71
HSV217°38°87°
CMYK 0.380.230.00   0.13
XYZ38.040839.426774.7124
Yxy39.42670.25000.2591
Hunter Lab62.7907-1.7421-26.5936
CIE-Lab69.05921.8396-29.7498

#8aaade color RGB value is (138,170,222).

#8aaade hex color red value is 138, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8aaade hue: 0.60 , saturation: 0.56 and the lightness value of 8aaade is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101010 11011110
Octal 212 252 336
Decimal 138 170 222
Hex 8A AA DE

RGB Percentages of Color #8aaade

%26.04
%32.08
%41.89

CMYK Percentages of Color #8aaade

%38
%23
%0
%13

Triadic Colors of #8aaade

#8aaade #de8aaa #aade8a

Analogous Colors of #8aaade

#8aaade #948ade #8ad4de

Monochromatic Colors of #8aaade

#8aaade

Complementary Color

#8aaade #debe8a

#8aaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaade Color CSS Codes

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

#8aaade Text Font Color

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

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


#8aaade Background Color

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

This div background color is #8aaade


#8aaade Border Color

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

This div border color is #8aaade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,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 #8aaade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaade


Comments

No comments written yet.

Please login to write comment.