Color Hex Logo

#9fdefc Color Hex

#9FDEFC
(159,222,252)
0 Favorites   0 Comments

Color spaces of #9fdefc

RGB 159222252
HSL0.550.940.81
HSV199°37°99°
CMYK 0.370.120.00   0.01
XYZ57.990066.6418101.9022
Yxy66.64180.25600.2942
Hunter Lab81.6344-16.0606-16.8661
CIE-Lab85.3227-12.6620-20.9367

#9fdefc color RGB value is (159,222,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011110 11111100
Octal 237 336 374
Decimal 159 222 252
Hex 9F DE FC

RGB Percentages of Color #9fdefc

%25.12
%35.07
%39.81

CMYK Percentages of Color #9fdefc

%37
%12
%0
%1

Triadic Colors of #9fdefc

#9fdefc #fc9fde #defc9f

Analogous Colors of #9fdefc

#9fdefc #9fb0fc #9ffcec

Monochromatic Colors of #9fdefc

#9fdefc

Complementary Color

#9fdefc #fcbd9f

#9fdefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdefc Color CSS Codes

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

#9fdefc Text Font Color

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

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


#9fdefc Background Color

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

This div background color is #9fdefc


#9fdefc Border Color

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

This div border color is #9fdefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdefc


Comments

No comments written yet.

Please login to write comment.