Color Hex Logo

#9fabce Color Hex

#9FABCE
(159,171,206)
0 Favorites   0 Comments

Color spaces of #9fabce

RGB 159171206
HSL0.620.320.72
HSV225°23°81°
CMYK 0.230.170.00   0.19
XYZ40.001640.953064.1889
Yxy40.95300.27560.2822
Hunter Lab63.9945-0.4139-14.6739
CIE-Lab70.14303.3934-19.1764

#9fabce color RGB value is (159,171,206).

#9fabce hex color red value is 159, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9fabce hue: 0.62 , saturation: 0.32 and the lightness value of 9fabce is 0.72.

The process color (four color CMYK) of #9fabce color hex is 0.23, 0.17, 0.00, 0.19. Web safe color of #9fabce is #9999cc. Color #9fabce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101011 11001110
Octal 237 253 316
Decimal 159 171 206
Hex 9F AB CE

RGB Percentages of Color #9fabce

%29.66
%31.90
%38.43

CMYK Percentages of Color #9fabce

%23
%17
%0
%19

Triadic Colors of #9fabce

#9fabce #ce9fab #abce9f

Analogous Colors of #9fabce

#9fabce #ab9fce #9fc3ce

Monochromatic Colors of #9fabce

#9fabce

Complementary Color

#9fabce #cec29f

#9fabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fabce Color CSS Codes

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

#9fabce Text Font Color

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

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


#9fabce Background Color

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

This div background color is #9fabce


#9fabce Border Color

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

This div border color is #9fabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fabce


Comments

No comments written yet.

Please login to write comment.