Color Hex Logo

#9fdcfd Color Hex

#9FDCFD
(159,220,253)
0 Favorites   0 Comments

Color spaces of #9fdcfd

RGB 159220253
HSL0.560.960.81
HSV201°37°99°
CMYK 0.370.130.00   0.01
XYZ57.620965.6492102.5631
Yxy65.64920.25510.2907
Hunter Lab81.0242-14.8509-18.3343
CIE-Lab84.8172-11.3845-22.2304

#9fdcfd color RGB value is (159,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011100 11111101
Octal 237 334 375
Decimal 159 220 253
Hex 9F DC FD

RGB Percentages of Color #9fdcfd

%25.16
%34.81
%40.03

CMYK Percentages of Color #9fdcfd

%37
%13
%0
%1

Triadic Colors of #9fdcfd

#9fdcfd #fd9fdc #dcfd9f

Analogous Colors of #9fdcfd

#9fdcfd #9fadfd #9ffdef

Monochromatic Colors of #9fdcfd

#9fdcfd

Complementary Color

#9fdcfd #fdc09f

#9fdcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdcfd Color CSS Codes

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

#9fdcfd Text Font Color

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

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


#9fdcfd Background Color

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

This div background color is #9fdcfd


#9fdcfd Border Color

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

This div border color is #9fdcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdcfd


Comments

No comments written yet.

Please login to write comment.