Color Hex Logo

#9fa8ff Color Hex

#9FA8FF
(159,168,255)
0 Favorites   0 Comments

Color spaces of #9fa8ff

RGB 159168255
HSL0.651.000.81
HSV234°38°100°
CMYK 0.380.340.00   0.00
XYZ46.350742.5962100.3867
Yxy42.59620.24480.2250
Hunter Lab65.265812.5528-45.5092
CIE-Lab71.280017.3514-44.1736

#9fa8ff color RGB value is (159,168,255).

#9fa8ff hex color red value is 159, green value is 168 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9fa8ff hue: 0.65 , saturation: 1.00 and the lightness value of 9fa8ff is 0.81.

The process color (four color CMYK) of #9fa8ff color hex is 0.38, 0.34, 0.00, 0.00. Web safe color of #9fa8ff is #9999ff. Color #9fa8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101000 11111111
Octal 237 250 377
Decimal 159 168 255
Hex 9F A8 FF

RGB Percentages of Color #9fa8ff

%27.32
%28.87
%43.81

CMYK Percentages of Color #9fa8ff

%38
%34
%0
%0

Triadic Colors of #9fa8ff

#9fa8ff #ff9fa8 #a8ff9f

Analogous Colors of #9fa8ff

#9fa8ff #c69fff #9fd8ff

Monochromatic Colors of #9fa8ff

#9fa8ff

Complementary Color

#9fa8ff #fff69f

#9fa8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa8ff Color CSS Codes

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

#9fa8ff Text Font Color

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

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


#9fa8ff Background Color

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

This div background color is #9fa8ff


#9fa8ff Border Color

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

This div border color is #9fa8ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,168,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa8ff


Comments

No comments written yet.

Please login to write comment.