Color Hex Logo

#8a9ade Color Hex

#8A9ADE
(138,154,222)
0 Favorites   0 Comments

Color spaces of #8a9ade

RGB 138154222
HSL0.630.560.71
HSV229°38°87°
CMYK 0.380.310.00   0.13
XYZ35.221633.788473.7727
Yxy33.78840.24670.2366
Hunter Lab58.12786.4356-34.5583
CIE-Lab64.794310.8859-36.3605

#8a9ade color RGB value is (138,154,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10011010 11011110
Octal 212 232 336
Decimal 138 154 222
Hex 8A 9A DE

RGB Percentages of Color #8a9ade

%26.85
%29.96
%43.19

CMYK Percentages of Color #8a9ade

%38
%31
%0
%13

Triadic Colors of #8a9ade

#8a9ade #de8a9a #9ade8a

Analogous Colors of #8a9ade

#8a9ade #a48ade #8ac4de

Monochromatic Colors of #8a9ade

#8a9ade

Complementary Color

#8a9ade #dece8a

#8a9ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a9ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a9ade Color CSS Codes

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

#8a9ade Text Font Color

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

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


#8a9ade Background Color

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

This div background color is #8a9ade


#8a9ade Border Color

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

This div border color is #8a9ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a9ade


Comments

No comments written yet.

Please login to write comment.