Color Hex Logo

#9faeef Color Hex

#9FAEEF
(159,174,239)
0 Favorites   0 Comments

Color spaces of #9faeef

RGB 159174239
HSL0.640.710.78
HSV229°33°94°
CMYK 0.330.270.00   0.06
XYZ45.014143.875087.7576
Yxy43.87500.25480.2484
Hunter Lab66.23825.3880-32.1853
CIE-Lab72.14499.8038-34.1512

#9faeef color RGB value is (159,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101110 11101111
Octal 237 256 357
Decimal 159 174 239
Hex 9F AE EF

RGB Percentages of Color #9faeef

%27.80
%30.42
%41.78

CMYK Percentages of Color #9faeef

%33
%27
%0
%6

Triadic Colors of #9faeef

#9faeef #ef9fae #aeef9f

Analogous Colors of #9faeef

#9faeef #b89fef #9fd6ef

Monochromatic Colors of #9faeef

#9faeef

Complementary Color

#9faeef #efe09f

#9faeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faeef Color CSS Codes

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

#9faeef Text Font Color

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

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


#9faeef Background Color

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

This div background color is #9faeef


#9faeef Border Color

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

This div border color is #9faeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faeef


Comments

No comments written yet.

Please login to write comment.