Color Hex Logo

#9faeeb Color Hex

#9FAEEB
(159,174,235)
0 Favorites   0 Comments

Color spaces of #9faeeb

RGB 159174235
HSL0.630.660.77
HSV228°32°92°
CMYK 0.320.260.00   0.08
XYZ44.429543.641284.6792
Yxy43.64120.25720.2526
Hunter Lab66.06154.4422-29.7563
CIE-Lab71.98808.7853-32.2193

#9faeeb color RGB value is (159,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101110 11101011
Octal 237 256 353
Decimal 159 174 235
Hex 9F AE EB

RGB Percentages of Color #9faeeb

%27.99
%30.63
%41.37

CMYK Percentages of Color #9faeeb

%32
%26
%0
%8

Triadic Colors of #9faeeb

#9faeeb #eb9fae #aeeb9f

Analogous Colors of #9faeeb

#9faeeb #b69feb #9fd4eb

Monochromatic Colors of #9faeeb

#9faeeb

Complementary Color

#9faeeb #ebdc9f

#9faeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faeeb Color CSS Codes

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

#9faeeb Text Font Color

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

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


#9faeeb Background Color

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

This div background color is #9faeeb


#9faeeb Border Color

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

This div border color is #9faeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faeeb


Comments

No comments written yet.

Please login to write comment.