Color Hex Logo

#9fade4 Color Hex

#9FADE4
(159,173,228)
0 Favorites   0 Comments

Color spaces of #9fade4

RGB 159173228
HSL0.630.560.76
HSV228°30°89°
CMYK 0.300.240.00   0.11
XYZ43.245242.859579.3922
Yxy42.85950.26130.2590
Hunter Lab65.46723.3430-26.0741
CIE-Lab71.45957.5844-29.2202

#9fade4 color RGB value is (159,173,228).

#9fade4 hex color red value is 159, green value is 173 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #9fade4 hue: 0.63 , saturation: 0.56 and the lightness value of 9fade4 is 0.76.

The process color (four color CMYK) of #9fade4 color hex is 0.30, 0.24, 0.00, 0.11. Web safe color of #9fade4 is #9999cc. Color #9fade4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101101 11100100
Octal 237 255 344
Decimal 159 173 228
Hex 9F AD E4

RGB Percentages of Color #9fade4

%28.39
%30.89
%40.71

CMYK Percentages of Color #9fade4

%30
%24
%0
%11

Triadic Colors of #9fade4

#9fade4 #e49fad #ade49f

Analogous Colors of #9fade4

#9fade4 #b49fe4 #9fd0e4

Monochromatic Colors of #9fade4

#9fade4

Complementary Color

#9fade4 #e4d69f

#9fade4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fade4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fade4 Color CSS Codes

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

#9fade4 Text Font Color

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

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


#9fade4 Background Color

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

This div background color is #9fade4


#9fade4 Border Color

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

This div border color is #9fade4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fade4


Comments

No comments written yet.

Please login to write comment.