Color Hex Logo

#9faece Color Hex

#9FAECE
(159,174,206)
0 Favorites   0 Comments

Color spaces of #9faece

RGB 159174206
HSL0.610.320.72
HSV221°23°81°
CMYK 0.230.160.00   0.19
XYZ40.574742.099364.3800
Yxy42.09930.27590.2863
Hunter Lab64.8840-1.9233-13.4107
CIE-Lab70.93931.7419-17.9697

#9faece color RGB value is (159,174,206).

#9faece hex color red value is 159, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9faece hue: 0.61 , saturation: 0.32 and the lightness value of 9faece is 0.72.

The process color (four color CMYK) of #9faece color hex is 0.23, 0.16, 0.00, 0.19. Web safe color of #9faece is #9999cc. Color #9faece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101110 11001110
Octal 237 256 316
Decimal 159 174 206
Hex 9F AE CE

RGB Percentages of Color #9faece

%29.50
%32.28
%38.22

CMYK Percentages of Color #9faece

%23
%16
%0
%19

Triadic Colors of #9faece

#9faece #ce9fae #aece9f

Analogous Colors of #9faece

#9faece #a89fce #9fc6ce

Monochromatic Colors of #9faece

#9faece

Complementary Color

#9faece #cebf9f

#9faece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faece Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faece Color CSS Codes

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

#9faece Text Font Color

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

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


#9faece Background Color

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

This div background color is #9faece


#9faece Border Color

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

This div border color is #9faece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faece


Comments

No comments written yet.

Please login to write comment.