Color Hex Logo

#9face7 Color Hex

#9FACE7
(159,172,231)
0 Favorites   0 Comments

Color spaces of #9face7

RGB 159172231
HSL0.640.600.76
HSV229°31°91°
CMYK 0.310.260.00   0.09
XYZ43.474442.645581.5414
Yxy42.64550.25930.2544
Hunter Lab65.30354.5513-28.3201
CIE-Lab71.31378.8911-31.0815

#9face7 color RGB value is (159,172,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101100 11100111
Octal 237 254 347
Decimal 159 172 231
Hex 9F AC E7

RGB Percentages of Color #9face7

%28.29
%30.60
%41.10

CMYK Percentages of Color #9face7

%31
%26
%0
%9

Triadic Colors of #9face7

#9face7 #e79fac #ace79f

Analogous Colors of #9face7

#9face7 #b69fe7 #9fd0e7

Monochromatic Colors of #9face7

#9face7

Complementary Color

#9face7 #e7da9f

#9face7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9face7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9face7 Color CSS Codes

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

#9face7 Text Font Color

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

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


#9face7 Background Color

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

This div background color is #9face7


#9face7 Border Color

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

This div border color is #9face7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9face7


Comments

No comments written yet.

Please login to write comment.