Color Hex Logo

#9faceb Color Hex

#9FACEB
(159,172,235)
0 Favorites   0 Comments

Color spaces of #9faceb

RGB 159172235
HSL0.640.660.77
HSV230°32°92°
CMYK 0.320.270.00   0.08
XYZ44.046042.874184.5513
Yxy42.87410.25690.2500
Hunter Lab65.47835.4864-30.7256
CIE-Lab71.46949.9009-33.0208

#9faceb color RGB value is (159,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101100 11101011
Octal 237 254 353
Decimal 159 172 235
Hex 9F AC EB

RGB Percentages of Color #9faceb

%28.09
%30.39
%41.52

CMYK Percentages of Color #9faceb

%32
%27
%0
%8

Triadic Colors of #9faceb

#9faceb #eb9fac #aceb9f

Analogous Colors of #9faceb

#9faceb #b89feb #9fd2eb

Monochromatic Colors of #9faceb

#9faceb

Complementary Color

#9faceb #ebde9f

#9faceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faceb Color CSS Codes

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

#9faceb Text Font Color

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

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


#9faceb Background Color

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

This div background color is #9faceb


#9faceb Border Color

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

This div border color is #9faceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,172,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 #9faceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faceb


Comments

No comments written yet.

Please login to write comment.