Color Hex Logo

#9facee Color Hex

#9FACEE
(159,172,238)
0 Favorites   0 Comments

Color spaces of #9facee

RGB 159172238
HSL0.640.700.78
HSV230°33°93°
CMYK 0.330.280.00   0.07
XYZ44.483243.049086.8537
Yxy43.04900.25510.2469
Hunter Lab65.61176.1982-32.5571
CIE-Lab71.588210.6649-34.4697

#9facee color RGB value is (159,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101100 11101110
Octal 237 254 356
Decimal 159 172 238
Hex 9F AC EE

RGB Percentages of Color #9facee

%27.94
%30.23
%41.83

CMYK Percentages of Color #9facee

%33
%28
%0
%7

Triadic Colors of #9facee

#9facee #ee9fac #acee9f

Analogous Colors of #9facee

#9facee #ba9fee #9fd4ee

Monochromatic Colors of #9facee

#9facee

Complementary Color

#9facee #eee19f

#9facee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9facee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9facee Color CSS Codes

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

#9facee Text Font Color

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

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


#9facee Background Color

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

This div background color is #9facee


#9facee Border Color

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

This div border color is #9facee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9facee


Comments

No comments written yet.

Please login to write comment.