Color Hex Logo

#9fadae Color Hex

#9FADAE
(159,173,174)
0 Favorites   0 Comments

Color spaces of #9fadae

RGB 159173174
HSL0.510.080.65
HSV184°68°
CMYK 0.090.010.00   0.32
XYZ36.881640.314145.8819
Yxy40.31410.29970.3276
Hunter Lab63.4934-7.42761.6009
CIE-Lab69.6927-4.6722-2.1962

#9fadae color RGB value is (159,173,174).

#9fadae hex color red value is 159, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9fadae hue: 0.51 , saturation: 0.08 and the lightness value of 9fadae is 0.65.

The process color (four color CMYK) of #9fadae color hex is 0.09, 0.01, 0.00, 0.32. Web safe color of #9fadae is #999999. Color #9fadae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101101 10101110
Octal 237 255 256
Decimal 159 173 174
Hex 9F AD AE

RGB Percentages of Color #9fadae

%31.42
%34.19
%34.39

CMYK Percentages of Color #9fadae

%9
%1
%0
%32

Triadic Colors of #9fadae

#9fadae #ae9fad #adae9f

Analogous Colors of #9fadae

#9fadae #9fa6ae #9faea8

Monochromatic Colors of #9fadae

#9fadae

Complementary Color

#9fadae #aea09f

#9fadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fadae Color CSS Codes

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

#9fadae Text Font Color

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

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


#9fadae Background Color

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

This div background color is #9fadae


#9fadae Border Color

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

This div border color is #9fadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fadae


Comments

No comments written yet.

Please login to write comment.