Color Hex Logo

#9faebe Color Hex

#9FAEBE
(159,174,190)
0 Favorites   0 Comments

Color spaces of #9faebe

RGB 159174190
HSL0.590.190.68
HSV211°16°75°
CMYK 0.160.080.00   0.25
XYZ38.728441.360754.6574
Yxy41.36070.28740.3070
Hunter Lab64.3123-5.0551-5.3705
CIE-Lab70.4279-1.8530-9.9361

#9faebe color RGB value is (159,174,190).

#9faebe hex color red value is 159, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9faebe hue: 0.59 , saturation: 0.19 and the lightness value of 9faebe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101110 10111110
Octal 237 256 276
Decimal 159 174 190
Hex 9F AE BE

RGB Percentages of Color #9faebe

%30.40
%33.27
%36.33

CMYK Percentages of Color #9faebe

%16
%8
%0
%25

Triadic Colors of #9faebe

#9faebe #be9fae #aebe9f

Analogous Colors of #9faebe

#9faebe #a09fbe #9fbebe

Monochromatic Colors of #9faebe

#9faebe

Complementary Color

#9faebe #beaf9f

#9faebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faebe Color CSS Codes

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

#9faebe Text Font Color

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

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


#9faebe Background Color

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

This div background color is #9faebe


#9faebe Border Color

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

This div border color is #9faebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faebe


Comments

No comments written yet.

Please login to write comment.