Color Hex Logo

#9fedfb Color Hex

#9FEDFB
(159,237,251)
0 Favorites   0 Comments

Color spaces of #9fedfb

RGB 159237251
HSL0.530.920.80
HSV189°37°98°
CMYK 0.370.060.00   0.02
XYZ61.994874.9043102.4573
Yxy74.90430.25900.3129
Hunter Lab86.5473-23.5961-9.6062
CIE-Lab89.3481-20.4672-14.3509

#9fedfb color RGB value is (159,237,251).

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

The process color (four color CMYK) of #9fedfb color hex is 0.37, 0.06, 0.00, 0.02. Web safe color of #9fedfb is #99ffff. Color #9fedfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101101 11111011
Octal 237 355 373
Decimal 159 237 251
Hex 9F ED FB

RGB Percentages of Color #9fedfb

%24.57
%36.63
%38.79

CMYK Percentages of Color #9fedfb

%37
%6
%0
%2

Triadic Colors of #9fedfb

#9fedfb #fb9fed #edfb9f

Analogous Colors of #9fedfb

#9fedfb #9fbffb #9ffbdb

Monochromatic Colors of #9fedfb

#9fedfb

Complementary Color

#9fedfb #fbad9f

#9fedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fedfb Color CSS Codes

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

#9fedfb Text Font Color

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

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


#9fedfb Background Color

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

This div background color is #9fedfb


#9fedfb Border Color

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

This div border color is #9fedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fedfb


Comments

No comments written yet.

Please login to write comment.