Color Hex Logo

#9fabdc Color Hex

#9FABDC
(159,171,220)
0 Favorites   0 Comments

Color spaces of #9fabdc

RGB 159171220
HSL0.630.470.74
HSV228°28°86°
CMYK 0.280.220.00   0.14
XYZ41.779341.664173.5501
Yxy41.66410.26610.2654
Hunter Lab64.54772.5777-22.3757
CIE-Lab70.63876.7270-26.1070

#9fabdc color RGB value is (159,171,220).

#9fabdc hex color red value is 159, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9fabdc hue: 0.63 , saturation: 0.47 and the lightness value of 9fabdc is 0.74.

The process color (four color CMYK) of #9fabdc color hex is 0.28, 0.22, 0.00, 0.14. Web safe color of #9fabdc is #9999cc. Color #9fabdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101011 11011100
Octal 237 253 334
Decimal 159 171 220
Hex 9F AB DC

RGB Percentages of Color #9fabdc

%28.91
%31.09
%40.00

CMYK Percentages of Color #9fabdc

%28
%22
%0
%14

Triadic Colors of #9fabdc

#9fabdc #dc9fab #abdc9f

Analogous Colors of #9fabdc

#9fabdc #b29fdc #9fcadc

Monochromatic Colors of #9fabdc

#9fabdc

Complementary Color

#9fabdc #dcd09f

#9fabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fabdc Color CSS Codes

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

#9fabdc Text Font Color

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

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


#9fabdc Background Color

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

This div background color is #9fabdc


#9fabdc Border Color

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

This div border color is #9fabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fabdc


Comments

No comments written yet.

Please login to write comment.