Color Hex Logo

#9faeff Color Hex

#9FAEFF
(159,174,255)
0 Favorites   0 Comments

Color spaces of #9faeff

RGB 159174255
HSL0.641.000.81
HSV231°38°100°
CMYK 0.380.320.00   0.00
XYZ47.484144.8630100.7645
Yxy44.86300.24590.2323
Hunter Lab66.97989.3295-42.3100
CIE-Lab72.801613.9751-41.7941

#9faeff color RGB value is (159,174,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101110 11111111
Octal 237 256 377
Decimal 159 174 255
Hex 9F AE FF

RGB Percentages of Color #9faeff

%27.04
%29.59
%43.37

CMYK Percentages of Color #9faeff

%38
%32
%0
%0

Triadic Colors of #9faeff

#9faeff #ff9fae #aeff9f

Analogous Colors of #9faeff

#9faeff #c09fff #9fdeff

Monochromatic Colors of #9faeff

#9faeff

Complementary Color

#9faeff #fff09f

#9faeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faeff Color CSS Codes

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

#9faeff Text Font Color

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

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


#9faeff Background Color

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

This div background color is #9faeff


#9faeff Border Color

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

This div border color is #9faeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faeff

Related Colors


Comments

No comments written yet.

Please login to write comment.