Color Hex Logo

#9facca Color Hex

#9FACCA
(159,172,202)
0 Favorites   0 Comments

Color spaces of #9facca

RGB 159172202
HSL0.620.290.71
HSV222°21°79°
CMYK 0.210.150.00   0.21
XYZ39.711341.140261.7250
Yxy41.14020.27850.2885
Hunter Lab64.1406-1.7316-12.1586
CIE-Lab70.27401.9199-16.7767

#9facca color RGB value is (159,172,202).

#9facca hex color red value is 159, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9facca hue: 0.62 , saturation: 0.29 and the lightness value of 9facca is 0.71.

The process color (four color CMYK) of #9facca color hex is 0.21, 0.15, 0.00, 0.21. Web safe color of #9facca is #9999cc. Color #9facca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101100 11001010
Octal 237 254 312
Decimal 159 172 202
Hex 9F AC CA

RGB Percentages of Color #9facca

%29.83
%32.27
%37.90

CMYK Percentages of Color #9facca

%21
%15
%0
%21

Triadic Colors of #9facca

#9facca #ca9fac #acca9f

Analogous Colors of #9facca

#9facca #a89fca #9fc2ca

Monochromatic Colors of #9facca

#9facca

Complementary Color

#9facca #cabd9f

#9facca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9facca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9facca Color CSS Codes

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

#9facca Text Font Color

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

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


#9facca Background Color

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

This div background color is #9facca


#9facca Border Color

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

This div border color is #9facca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9facca


Comments

No comments written yet.

Please login to write comment.