Color Hex Logo

#8aaaee Color Hex

#8AAAEE
(138,170,238)
0 Favorites   0 Comments

Color spaces of #8aaaee

RGB 138170238
HSL0.610.750.74
HSV221°42°93°
CMYK 0.420.290.00   0.07
XYZ40.288640.325886.5491
Yxy40.32580.24100.2412
Hunter Lab63.50262.1180-36.3558
CIE-Lab69.70106.1927-37.5065

#8aaaee color RGB value is (138,170,238).

#8aaaee hex color red value is 138, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8aaaee hue: 0.61 , saturation: 0.75 and the lightness value of 8aaaee is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101010 11101110
Octal 212 252 356
Decimal 138 170 238
Hex 8A AA EE

RGB Percentages of Color #8aaaee

%25.27
%31.14
%43.59

CMYK Percentages of Color #8aaaee

%42
%29
%0
%7

Triadic Colors of #8aaaee

#8aaaee #ee8aaa #aaee8a

Analogous Colors of #8aaaee

#8aaaee #9c8aee #8adcee

Monochromatic Colors of #8aaaee

#8aaaee

Complementary Color

#8aaaee #eece8a

#8aaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaaee Color CSS Codes

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

#8aaaee Text Font Color

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

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


#8aaaee Background Color

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

This div background color is #8aaaee


#8aaaee Border Color

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

This div border color is #8aaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaaee


Comments

No comments written yet.

Please login to write comment.