Color Hex Logo

#8f9adb Color Hex

#8F9ADB
(143,154,219)
0 Favorites   0 Comments

Color spaces of #8f9adb

RGB 143154219
HSL0.640.510.71
HSV231°35°86°
CMYK 0.350.300.00   0.14
XYZ35.669534.065371.7131
Yxy34.06530.25220.2408
Hunter Lab58.36556.9489-31.9932
CIE-Lab65.014411.4531-34.3308

#8f9adb color RGB value is (143,154,219).

#8f9adb hex color red value is 143, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8f9adb hue: 0.64 , saturation: 0.51 and the lightness value of 8f9adb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011010 11011011
Octal 217 232 333
Decimal 143 154 219
Hex 8F 9A DB

RGB Percentages of Color #8f9adb

%27.71
%29.84
%42.44

CMYK Percentages of Color #8f9adb

%35
%30
%0
%14

Triadic Colors of #8f9adb

#8f9adb #db8f9a #9adb8f

Analogous Colors of #8f9adb

#8f9adb #aa8fdb #8fc0db

Monochromatic Colors of #8f9adb

#8f9adb

Complementary Color

#8f9adb #dbd08f

#8f9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f9adb Color CSS Codes

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

#8f9adb Text Font Color

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

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


#8f9adb Background Color

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

This div background color is #8f9adb


#8f9adb Border Color

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

This div border color is #8f9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f9adb


Comments

No comments written yet.

Please login to write comment.