Color Hex Logo

#8fa9ed Color Hex

#8FA9ED
(143,169,237)
0 Favorites   0 Comments

Color spaces of #8fa9ed

RGB 143169237
HSL0.620.720.75
HSV223°40°93°
CMYK 0.400.290.00   0.07
XYZ40.801740.330085.7548
Yxy40.33000.24450.2417
Hunter Lab63.50593.5485-35.6077
CIE-Lab69.70397.7676-36.9329

#8fa9ed color RGB value is (143,169,237).

#8fa9ed hex color red value is 143, green value is 169 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8fa9ed hue: 0.62 , saturation: 0.72 and the lightness value of 8fa9ed is 0.75.

The process color (four color CMYK) of #8fa9ed color hex is 0.40, 0.29, 0.00, 0.07. Web safe color of #8fa9ed is #9999ff. Color #8fa9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101001 11101101
Octal 217 251 355
Decimal 143 169 237
Hex 8F A9 ED

RGB Percentages of Color #8fa9ed

%26.05
%30.78
%43.17

CMYK Percentages of Color #8fa9ed

%40
%29
%0
%7

Triadic Colors of #8fa9ed

#8fa9ed #ed8fa9 #a9ed8f

Analogous Colors of #8fa9ed

#8fa9ed #a48fed #8fd8ed

Monochromatic Colors of #8fa9ed

#8fa9ed

Complementary Color

#8fa9ed #edd38f

#8fa9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fa9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fa9ed Color CSS Codes

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

#8fa9ed Text Font Color

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

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


#8fa9ed Background Color

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

This div background color is #8fa9ed


#8fa9ed Border Color

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

This div border color is #8fa9ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,169,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fa9ed


Comments

No comments written yet.

Please login to write comment.