Color Hex Logo

#9fdcff Color Hex

#9FDCFF
(159,220,255)
0 Favorites   0 Comments

Color spaces of #9fdcff

RGB 159220255
HSL0.561.000.81
HSV202°38°100°
CMYK 0.380.140.00   0.00
XYZ57.941365.7773104.2502
Yxy65.77730.25420.2885
Hunter Lab81.1032-14.4076-19.4392
CIE-Lab84.8827-10.8840-23.1866

#9fdcff color RGB value is (159,220,255).

#9fdcff hex color red value is 159, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9fdcff hue: 0.56 , saturation: 1.00 and the lightness value of 9fdcff is 0.81.

The process color (four color CMYK) of #9fdcff color hex is 0.38, 0.14, 0.00, 0.00. Web safe color of #9fdcff is #99ccff. Color #9fdcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011100 11111111
Octal 237 334 377
Decimal 159 220 255
Hex 9F DC FF

RGB Percentages of Color #9fdcff

%25.08
%34.70
%40.22

CMYK Percentages of Color #9fdcff

%38
%14
%0
%0

Triadic Colors of #9fdcff

#9fdcff #ff9fdc #dcff9f

Analogous Colors of #9fdcff

#9fdcff #9facff #9ffff2

Monochromatic Colors of #9fdcff

#9fdcff

Complementary Color

#9fdcff #ffc29f

#9fdcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdcff Color CSS Codes

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

#9fdcff Text Font Color

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

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


#9fdcff Background Color

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

This div background color is #9fdcff


#9fdcff Border Color

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

This div border color is #9fdcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdcff


Comments

No comments written yet.

Please login to write comment.