Color Hex Logo

#9faeec Color Hex

#9FAEEC
(159,174,236)
0 Favorites   0 Comments

Color spaces of #9faeec

RGB 159174236
HSL0.630.670.77
HSV228°33°93°
CMYK 0.330.260.00   0.07
XYZ44.574443.699285.4423
Yxy43.69920.25660.2516
Hunter Lab66.10544.6769-30.3596
CIE-Lab72.02709.0388-32.7030

#9faeec color RGB value is (159,174,236).

#9faeec hex color red value is 159, green value is 174 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9faeec hue: 0.63 , saturation: 0.67 and the lightness value of 9faeec is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101110 11101100
Octal 237 256 354
Decimal 159 174 236
Hex 9F AE EC

RGB Percentages of Color #9faeec

%27.94
%30.58
%41.48

CMYK Percentages of Color #9faeec

%33
%26
%0
%7

Triadic Colors of #9faeec

#9faeec #ec9fae #aeec9f

Analogous Colors of #9faeec

#9faeec #b79fec #9fd5ec

Monochromatic Colors of #9faeec

#9faeec

Complementary Color

#9faeec #ecdd9f

#9faeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faeec Color CSS Codes

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

#9faeec Text Font Color

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

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


#9faeec Background Color

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

This div background color is #9faeec


#9faeec Border Color

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

This div border color is #9faeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faeec


Comments

No comments written yet.

Please login to write comment.