Color Hex Logo

#9fefed Color Hex

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

Color spaces of #9fefed

RGB 159239237
HSL0.500.710.78
HSV179°33°94°
CMYK 0.330.000.01   0.06
XYZ60.450675.218491.4533
Yxy75.21840.26620.3312
Hunter Lab86.7285-27.3588-1.8100
CIE-Lab89.4952-24.7316-6.8137

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

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

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

Base Numbers

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

RGB Percentages of Color #9fefed

%25.04
%37.64
%37.32

CMYK Percentages of Color #9fefed

%33
%0
%1
%6

Triadic Colors of #9fefed

#9fefed #ed9fef #efed9f

Analogous Colors of #9fefed

#9fefed #9fc9ef #9fefc5

Monochromatic Colors of #9fefed

#9fefed

Complementary Color

#9fefed #ef9fa1

#9fefed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fefed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fefed Color CSS Codes

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

#9fefed Text Font Color

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

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


#9fefed Background Color

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

This div background color is #9fefed


#9fefed Border Color

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

This div border color is #9fefed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fefed


Comments

No comments written yet.

Please login to write comment.