Color Hex Logo

#9fedff Color Hex

#9FEDFF
(159,237,255)
0 Favorites   0 Comments

Color spaces of #9fedff

RGB 159237255
HSL0.531.000.81
HSV191°38°100°
CMYK 0.380.070.00   0.00
XYZ62.632375.1593105.8139
Yxy75.15930.25710.3085
Hunter Lab86.6945-22.7582-11.6796
CIE-Lab89.4676-19.5006-16.2623

#9fedff color RGB value is (159,237,255).

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

The process color (four color CMYK) of #9fedff color hex is 0.38, 0.07, 0.00, 0.00. Web safe color of #9fedff is #99ffff. Color #9fedff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101101 11111111
Octal 237 355 377
Decimal 159 237 255
Hex 9F ED FF

RGB Percentages of Color #9fedff

%24.42
%36.41
%39.17

CMYK Percentages of Color #9fedff

%38
%7
%0
%0

Triadic Colors of #9fedff

#9fedff #ff9fed #edff9f

Analogous Colors of #9fedff

#9fedff #9fbdff #9fffe1

Monochromatic Colors of #9fedff

#9fedff

Complementary Color

#9fedff #ffb19f

#9fedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fedff Color CSS Codes

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

#9fedff Text Font Color

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

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


#9fedff Background Color

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

This div background color is #9fedff


#9fedff Border Color

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

This div border color is #9fedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fedff


Comments

No comments written yet.

Please login to write comment.