Color Hex Logo

#9fdcfc Color Hex

#9FDCFC
(159,220,252)
0 Favorites   0 Comments

Color spaces of #9fdcfc

RGB 159220252
HSL0.560.940.81
HSV201°37°99°
CMYK 0.370.130.00   0.01
XYZ57.462065.5856101.7262
Yxy65.58560.25560.2918
Hunter Lab80.9849-15.0709-17.7855
CIE-Lab84.7846-11.6334-21.7518

#9fdcfc color RGB value is (159,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011100 11111100
Octal 237 334 374
Decimal 159 220 252
Hex 9F DC FC

RGB Percentages of Color #9fdcfc

%25.20
%34.87
%39.94

CMYK Percentages of Color #9fdcfc

%37
%13
%0
%1

Triadic Colors of #9fdcfc

#9fdcfc #fc9fdc #dcfc9f

Analogous Colors of #9fdcfc

#9fdcfc #9faefc #9ffcee

Monochromatic Colors of #9fdcfc

#9fdcfc

Complementary Color

#9fdcfc #fcbf9f

#9fdcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdcfc Color CSS Codes

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

#9fdcfc Text Font Color

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

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


#9fdcfc Background Color

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

This div background color is #9fdcfc


#9fdcfc Border Color

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

This div border color is #9fdcfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,220,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 #9fdcfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdcfc


Comments

No comments written yet.

Please login to write comment.