Color Hex Logo

#9fd6ef Color Hex

#9FD6EF
(159,214,239)
0 Favorites   0 Comments

Color spaces of #9fd6ef

RGB 159214239
HSL0.550.710.78
HSV199°33°94°
CMYK 0.330.100.00   0.06
XYZ53.924661.696190.7278
Yxy61.69610.26130.2990
Hunter Lab78.5469-14.9118-13.5018
CIE-Lab82.7515-11.7303-17.9404

#9fd6ef color RGB value is (159,214,239).

#9fd6ef hex color red value is 159, green value is 214 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9fd6ef hue: 0.55 , saturation: 0.71 and the lightness value of 9fd6ef is 0.78.

The process color (four color CMYK) of #9fd6ef color hex is 0.33, 0.10, 0.00, 0.06. Web safe color of #9fd6ef is #99ccff. Color #9fd6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11010110 11101111
Octal 237 326 357
Decimal 159 214 239
Hex 9F D6 EF

RGB Percentages of Color #9fd6ef

%25.98
%34.97
%39.05

CMYK Percentages of Color #9fd6ef

%33
%10
%0
%6

Triadic Colors of #9fd6ef

#9fd6ef #ef9fd6 #d6ef9f

Analogous Colors of #9fd6ef

#9fd6ef #9faeef #9fefe0

Monochromatic Colors of #9fd6ef

#9fd6ef

Complementary Color

#9fd6ef #efb89f

#9fd6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd6ef Color CSS Codes

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

#9fd6ef Text Font Color

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

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


#9fd6ef Background Color

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

This div background color is #9fd6ef


#9fd6ef Border Color

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

This div border color is #9fd6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd6ef


Comments

No comments written yet.

Please login to write comment.