Color Hex Logo

#9fabfe Color Hex

#9FABFE
(159,171,254)
0 Favorites   0 Comments

Color spaces of #9fabfe

RGB 159171254
HSL0.650.980.81
HSV232°37°100°
CMYK 0.370.330.00   0.00
XYZ46.750443.652599.7277
Yxy43.65250.24590.2296
Hunter Lab66.070010.6820-43.2447
CIE-Lab71.995615.3951-42.5129

#9fabfe color RGB value is (159,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101011 11111110
Octal 237 253 376
Decimal 159 171 254
Hex 9F AB FE

RGB Percentages of Color #9fabfe

%27.23
%29.28
%43.49

CMYK Percentages of Color #9fabfe

%37
%33
%0
%0

Triadic Colors of #9fabfe

#9fabfe #fe9fab #abfe9f

Analogous Colors of #9fabfe

#9fabfe #c39ffe #9fdbfe

Monochromatic Colors of #9fabfe

#9fabfe

Complementary Color

#9fabfe #fef29f

#9fabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fabfe Color CSS Codes

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

#9fabfe Text Font Color

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

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


#9fabfe Background Color

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

This div background color is #9fabfe


#9fabfe Border Color

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

This div border color is #9fabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fabfe


Comments

No comments written yet.

Please login to write comment.