Color Hex Logo

#9faae3 Color Hex

#9FAAE3
(159,170,227)
0 Favorites   0 Comments

Color spaces of #9faae3

RGB 159170227
HSL0.640.550.76
HSV230°30°89°
CMYK 0.300.250.00   0.11
XYZ42.537941.666478.4735
Yxy41.66640.26150.2561
Hunter Lab64.54954.6692-26.8948
CIE-Lab70.64039.0073-29.9356

#9faae3 color RGB value is (159,170,227).

#9faae3 hex color red value is 159, green value is 170 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #9faae3 hue: 0.64 , saturation: 0.55 and the lightness value of 9faae3 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101010 11100011
Octal 237 252 343
Decimal 159 170 227
Hex 9F AA E3

RGB Percentages of Color #9faae3

%28.60
%30.58
%40.83

CMYK Percentages of Color #9faae3

%30
%25
%0
%11

Triadic Colors of #9faae3

#9faae3 #e39faa #aae39f

Analogous Colors of #9faae3

#9faae3 #b69fe3 #9fcce3

Monochromatic Colors of #9faae3

#9faae3

Complementary Color

#9faae3 #e3d89f

#9faae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faae3 Color CSS Codes

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

#9faae3 Text Font Color

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

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


#9faae3 Background Color

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

This div background color is #9faae3


#9faae3 Border Color

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

This div border color is #9faae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faae3


Comments

No comments written yet.

Please login to write comment.