Color Hex Logo

#9feffe Color Hex

#9FEFFE
(159,239,254)
0 Favorites   0 Comments

Color spaces of #9feffe

RGB 159239254
HSL0.530.980.81
HSV189°37°100°
CMYK 0.370.060.00   0.00
XYZ63.054076.2597105.1622
Yxy76.25970.25790.3119
Hunter Lab87.3268-23.9366-10.2705
CIE-Lab89.9798-20.7342-14.9716

#9feffe color RGB value is (159,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101111 11111110
Octal 237 357 376
Decimal 159 239 254
Hex 9F EF FE

RGB Percentages of Color #9feffe

%24.39
%36.66
%38.96

CMYK Percentages of Color #9feffe

%37
%6
%0
%0

Triadic Colors of #9feffe

#9feffe #fe9fef #effe9f

Analogous Colors of #9feffe

#9feffe #9fc0fe #9ffede

Monochromatic Colors of #9feffe

#9feffe

Complementary Color

#9feffe #feae9f

#9feffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9feffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9feffe Color CSS Codes

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

#9feffe Text Font Color

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

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


#9feffe Background Color

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

This div background color is #9feffe


#9feffe Border Color

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

This div border color is #9feffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9feffe

Related Colors


Comments

No comments written yet.

Please login to write comment.