Color Hex Logo

#9fa6ca Color Hex

#9FA6CA
(159,166,202)
1 Favorites   0 Comments

Color spaces of #9fa6ca

RGB 159166202
HSL0.640.290.71
HSV230°21°79°
CMYK 0.210.180.00   0.21
XYZ38.595038.907661.3529
Yxy38.90760.27800.2802
Hunter Lab62.37601.2886-14.6544
CIE-Lab68.68435.2365-19.1844

#9fa6ca color RGB value is (159,166,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10100110 11001010
Octal 237 246 312
Decimal 159 166 202
Hex 9F A6 CA

RGB Percentages of Color #9fa6ca

%30.17
%31.50
%38.33

CMYK Percentages of Color #9fa6ca

%21
%18
%0
%21

Triadic Colors of #9fa6ca

#9fa6ca #ca9fa6 #a6ca9f

Analogous Colors of #9fa6ca

#9fa6ca #ae9fca #9fbcca

Monochromatic Colors of #9fa6ca

#9fa6ca

Complementary Color

#9fa6ca #cac39f

#9fa6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa6ca Color CSS Codes

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

#9fa6ca Text Font Color

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

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


#9fa6ca Background Color

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

This div background color is #9fa6ca


#9fa6ca Border Color

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

This div border color is #9fa6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa6ca


Comments

No comments written yet.

Please login to write comment.