Color Hex Logo

#9fadce Color Hex

#9FADCE
(159,173,206)
0 Favorites   0 Comments

Color spaces of #9fadce

RGB 159173206
HSL0.620.320.72
HSV222°23°81°
CMYK 0.230.160.00   0.19
XYZ40.382241.714364.3158
Yxy41.71430.27580.2849
Hunter Lab64.5866-1.4210-13.8308
CIE-Lab70.67352.2914-18.3722

#9fadce color RGB value is (159,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101101 11001110
Octal 237 255 316
Decimal 159 173 206
Hex 9F AD CE

RGB Percentages of Color #9fadce

%29.55
%32.16
%38.29

CMYK Percentages of Color #9fadce

%23
%16
%0
%19

Triadic Colors of #9fadce

#9fadce #ce9fad #adce9f

Analogous Colors of #9fadce

#9fadce #a99fce #9fc5ce

Monochromatic Colors of #9fadce

#9fadce

Complementary Color

#9fadce #cec09f

#9fadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fadce Color CSS Codes

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

#9fadce Text Font Color

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

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


#9fadce Background Color

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

This div background color is #9fadce


#9fadce Border Color

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

This div border color is #9fadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fadce


Comments

No comments written yet.

Please login to write comment.