Color Hex Logo

#9fedef Color Hex

#9FEDEF
(159,237,239)
0 Favorites   0 Comments

Color spaces of #9fedef

RGB 159237239
HSL0.500.710.78
HSV182°33°94°
CMYK 0.330.010.00   0.06
XYZ60.162274.171392.8070
Yxy74.17130.26490.3265
Hunter Lab86.1228-26.0213-3.6057
CIE-Lab89.0034-23.2966-8.5882

#9fedef color RGB value is (159,237,239).

#9fedef hex color red value is 159, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9fedef hue: 0.50 , saturation: 0.71 and the lightness value of 9fedef is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101101 11101111
Octal 237 355 357
Decimal 159 237 239
Hex 9F ED EF

RGB Percentages of Color #9fedef

%25.04
%37.32
%37.64

CMYK Percentages of Color #9fedef

%33
%1
%0
%6

Triadic Colors of #9fedef

#9fedef #ef9fed #edef9f

Analogous Colors of #9fedef

#9fedef #9fc5ef #9fefc9

Monochromatic Colors of #9fedef

#9fedef

Complementary Color

#9fedef #efa19f

#9fedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fedef Color CSS Codes

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

#9fedef Text Font Color

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

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


#9fedef Background Color

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

This div background color is #9fedef


#9fedef Border Color

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

This div border color is #9fedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fedef


Comments

No comments written yet.

Please login to write comment.