Color Hex Logo

#8a9adb Color Hex

#8A9ADB
(138,154,219)
0 Favorites   0 Comments

Color spaces of #8a9adb

RGB 138154219
HSL0.630.530.70
HSV228°37°86°
CMYK 0.370.300.00   0.14
XYZ34.823033.628971.6735
Yxy33.62890.24850.2400
Hunter Lab57.99045.7052-32.6864
CIE-Lab64.666910.0748-34.8978

#8a9adb color RGB value is (138,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10011010 11011011
Octal 212 232 333
Decimal 138 154 219
Hex 8A 9A DB

RGB Percentages of Color #8a9adb

%27.01
%30.14
%42.86

CMYK Percentages of Color #8a9adb

%37
%30
%0
%14

Triadic Colors of #8a9adb

#8a9adb #db8a9a #9adb8a

Analogous Colors of #8a9adb

#8a9adb #a38adb #8ac3db

Monochromatic Colors of #8a9adb

#8a9adb

Complementary Color

#8a9adb #dbcb8a

#8a9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a9adb Color CSS Codes

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

#8a9adb Text Font Color

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

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


#8a9adb Background Color

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

This div background color is #8a9adb


#8a9adb Border Color

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

This div border color is #8a9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a9adb


Comments

No comments written yet.

Please login to write comment.