Color Hex Logo

#9fadec Color Hex

#9FADEC
(159,173,236)
0 Favorites   0 Comments

Color spaces of #9fadec

RGB 159173236
HSL0.640.670.77
HSV229°33°93°
CMYK 0.330.270.00   0.07
XYZ44.382043.314285.3782
Yxy43.31420.25640.2503
Hunter Lab65.81355.1996-30.8459
CIE-Lab71.76779.5966-33.1038

#9fadec color RGB value is (159,173,236).

#9fadec hex color red value is 159, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9fadec hue: 0.64 , saturation: 0.67 and the lightness value of 9fadec is 0.77.

The process color (four color CMYK) of #9fadec color hex is 0.33, 0.27, 0.00, 0.07. Web safe color of #9fadec is #9999ff. Color #9fadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101101 11101100
Octal 237 255 354
Decimal 159 173 236
Hex 9F AD EC

RGB Percentages of Color #9fadec

%27.99
%30.46
%41.55

CMYK Percentages of Color #9fadec

%33
%27
%0
%7

Triadic Colors of #9fadec

#9fadec #ec9fad #adec9f

Analogous Colors of #9fadec

#9fadec #b89fec #9fd4ec

Monochromatic Colors of #9fadec

#9fadec

Complementary Color

#9fadec #ecde9f

#9fadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fadec Color CSS Codes

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

#9fadec Text Font Color

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

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


#9fadec Background Color

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

This div background color is #9fadec


#9fadec Border Color

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

This div border color is #9fadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fadec


Comments

No comments written yet.

Please login to write comment.