Color Hex Logo

#9fdffc Color Hex

#9FDFFC
(159,223,252)
0 Favorites   0 Comments

Color spaces of #9fdffc

RGB 159223252
HSL0.550.940.81
HSV199°37°99°
CMYK 0.370.120.00   0.01
XYZ58.256467.1746101.9910
Yxy67.17460.25620.2954
Hunter Lab81.9601-16.5542-16.4083
CIE-Lab85.5920-13.1744-20.5292

#9fdffc color RGB value is (159,223,252).

#9fdffc hex color red value is 159, green value is 223 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9fdffc hue: 0.55 , saturation: 0.94 and the lightness value of 9fdffc is 0.81.

The process color (four color CMYK) of #9fdffc color hex is 0.37, 0.12, 0.00, 0.01. Web safe color of #9fdffc is #99ccff. Color #9fdffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 11111100
Octal 237 337 374
Decimal 159 223 252
Hex 9F DF FC

RGB Percentages of Color #9fdffc

%25.08
%35.17
%39.75

CMYK Percentages of Color #9fdffc

%37
%12
%0
%1

Triadic Colors of #9fdffc

#9fdffc #fc9fdf #dffc9f

Analogous Colors of #9fdffc

#9fdffc #9fb1fc #9ffceb

Monochromatic Colors of #9fdffc

#9fdffc

Complementary Color

#9fdffc #fcbc9f

#9fdffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdffc Color CSS Codes

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

#9fdffc Text Font Color

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

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


#9fdffc Background Color

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

This div background color is #9fdffc


#9fdffc Border Color

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

This div border color is #9fdffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdffc


Comments

No comments written yet.

Please login to write comment.