Color Hex Logo

#8a9eda Color Hex

#8A9EDA
(138,158,218)
0 Favorites   0 Comments

Color spaces of #8a9eda

RGB 138158218
HSL0.630.520.70
HSV225°37°85°
CMYK 0.370.280.00   0.15
XYZ35.363034.918971.2059
Yxy34.91890.24990.2468
Hunter Lab59.09223.4097-30.0797
CIE-Lab65.68557.5245-32.7625

#8a9eda color RGB value is (138,158,218).

#8a9eda hex color red value is 138, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8a9eda hue: 0.63 , saturation: 0.52 and the lightness value of 8a9eda is 0.70.

The process color (four color CMYK) of #8a9eda color hex is 0.37, 0.28, 0.00, 0.15. Web safe color of #8a9eda is #9999cc. Color #8a9eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10011110 11011010
Octal 212 236 332
Decimal 138 158 218
Hex 8A 9E DA

RGB Percentages of Color #8a9eda

%26.85
%30.74
%42.41

CMYK Percentages of Color #8a9eda

%37
%28
%0
%15

Triadic Colors of #8a9eda

#8a9eda #da8a9e #9eda8a

Analogous Colors of #8a9eda

#8a9eda #9e8ada #8ac6da

Monochromatic Colors of #8a9eda

#8a9eda

Complementary Color

#8a9eda #dac68a

#8a9eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a9eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a9eda Color CSS Codes

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

#8a9eda Text Font Color

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

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


#8a9eda Background Color

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

This div background color is #8a9eda


#8a9eda Border Color

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

This div border color is #8a9eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a9eda


Comments

No comments written yet.

Please login to write comment.