Color Hex Logo

#9facec Color Hex

#9FACEC
(159,172,236)
0 Favorites   0 Comments

Color spaces of #9facec

RGB 159172236
HSL0.640.670.77
HSV230°33°93°
CMYK 0.330.270.00   0.07
XYZ44.190942.932185.3145
Yxy42.93210.25630.2490
Hunter Lab65.52265.7226-31.3335
CIE-Lab71.508910.1548-33.5043

#9facec color RGB value is (159,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101100 11101100
Octal 237 254 354
Decimal 159 172 236
Hex 9F AC EC

RGB Percentages of Color #9facec

%28.04
%30.34
%41.62

CMYK Percentages of Color #9facec

%33
%27
%0
%7

Triadic Colors of #9facec

#9facec #ec9fac #acec9f

Analogous Colors of #9facec

#9facec #b99fec #9fd3ec

Monochromatic Colors of #9facec

#9facec

Complementary Color

#9facec #ecdf9f

#9facec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9facec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9facec Color CSS Codes

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

#9facec Text Font Color

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

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


#9facec Background Color

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

This div background color is #9facec


#9facec Border Color

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

This div border color is #9facec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9facec


Comments

No comments written yet.

Please login to write comment.