Color Hex Logo

#8aaace Color Hex

#8AAACE
(138,170,206)
0 Favorites   0 Comments

Color spaces of #8aaace

RGB 138170206
HSL0.590.410.67
HSV212°33°81°
CMYK 0.330.170.00   0.19
XYZ35.996538.609063.9476
Yxy38.60900.25980.2787
Hunter Lab62.1361-5.3302-17.5232
CIE-Lab68.4671-2.3305-21.8555

#8aaace color RGB value is (138,170,206).

#8aaace hex color red value is 138, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8aaace hue: 0.59 , saturation: 0.41 and the lightness value of 8aaace is 0.67.

The process color (four color CMYK) of #8aaace color hex is 0.33, 0.17, 0.00, 0.19. Web safe color of #8aaace is #9999cc. Color #8aaace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101010 11001110
Octal 212 252 316
Decimal 138 170 206
Hex 8A AA CE

RGB Percentages of Color #8aaace

%26.85
%33.07
%40.08

CMYK Percentages of Color #8aaace

%33
%17
%0
%19

Triadic Colors of #8aaace

#8aaace #ce8aaa #aace8a

Analogous Colors of #8aaace

#8aaace #8c8ace #8accce

Monochromatic Colors of #8aaace

#8aaace

Complementary Color

#8aaace #ceae8a

#8aaace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaace Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaace Color CSS Codes

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

#8aaace Text Font Color

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

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


#8aaace Background Color

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

This div background color is #8aaace


#8aaace Border Color

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

This div border color is #8aaace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaace


Comments

No comments written yet.

Please login to write comment.