Color Hex Logo

#9fa6ed Color Hex

#9FA6ED
(159,166,237)
1 Favorites   0 Comments

Color spaces of #9fa6ed

RGB 159166237
HSL0.650.680.78
HSV235°33°93°
CMYK 0.330.300.00   0.07
XYZ43.220440.757885.7098
Yxy40.75780.25470.2402
Hunter Lab63.84189.1198-34.9095
CIE-Lab70.005913.7765-36.3799

#9fa6ed color RGB value is (159,166,237).

#9fa6ed hex color red value is 159, green value is 166 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9fa6ed hue: 0.65 , saturation: 0.68 and the lightness value of 9fa6ed is 0.78.

The process color (four color CMYK) of #9fa6ed color hex is 0.33, 0.30, 0.00, 0.07. Web safe color of #9fa6ed is #9999ff. Color #9fa6ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10100110 11101101
Octal 237 246 355
Decimal 159 166 237
Hex 9F A6 ED

RGB Percentages of Color #9fa6ed

%28.29
%29.54
%42.17

CMYK Percentages of Color #9fa6ed

%33
%30
%0
%7

Triadic Colors of #9fa6ed

#9fa6ed #ed9fa6 #a6ed9f

Analogous Colors of #9fa6ed

#9fa6ed #bf9fed #9fcded

Monochromatic Colors of #9fa6ed

#9fa6ed

Complementary Color

#9fa6ed #ede69f

#9fa6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa6ed Color CSS Codes

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

#9fa6ed Text Font Color

<p style="color:#9fa6ed">Text here</p>

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


#9fa6ed Background Color

<div style="background-color:#9fa6ed">
Div content here</div>

This div background color is #9fa6ed


#9fa6ed Border Color

<div style="border:3px solid #9fa6ed">
Div here</div>

This div border color is #9fa6ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,166,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fa6ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fa6ed;
  -webkit-box-shadow: 1px 1px 3px 2px #9fa6ed;
  box-shadow:         1px 1px 3px 2px #9fa6ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,166,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 #9fa6ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa6ed


Comments

No comments written yet.

Please login to write comment.