Color Hex Logo

#8aaaea Color Hex

#8AAAEA
(138,170,234)
0 Favorites   0 Comments

Color spaces of #8aaaea

RGB 138170234
HSL0.610.700.73
HSV220°41°92°
CMYK 0.410.270.00   0.08
XYZ39.707240.093283.4879
Yxy40.09320.24320.2455
Hunter Lab63.31921.1280-33.8519
CIE-Lab69.53595.0888-35.5806

#8aaaea color RGB value is (138,170,234).

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

The process color (four color CMYK) of #8aaaea color hex is 0.41, 0.27, 0.00, 0.08. Web safe color of #8aaaea is #9999ff. Color #8aaaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101010 11101010
Octal 212 252 352
Decimal 138 170 234
Hex 8A AA EA

RGB Percentages of Color #8aaaea

%25.46
%31.37
%43.17

CMYK Percentages of Color #8aaaea

%41
%27
%0
%8

Triadic Colors of #8aaaea

#8aaaea #ea8aaa #aaea8a

Analogous Colors of #8aaaea

#8aaaea #9a8aea #8adaea

Monochromatic Colors of #8aaaea

#8aaaea

Complementary Color

#8aaaea #eaca8a

#8aaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaaea Color CSS Codes

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

#8aaaea Text Font Color

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

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


#8aaaea Background Color

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

This div background color is #8aaaea


#8aaaea Border Color

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

This div border color is #8aaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaaea


Comments

No comments written yet.

Please login to write comment.