Color Hex Logo

#9ffede Color Hex

#9FFEDE
(159,254,222)
0 Favorites   0 Comments

Color spaces of #9ffede

RGB 159254222
HSL0.440.980.81
HSV160°37°100°
CMYK 0.370.000.13   0.00
XYZ62.924783.528581.9134
Yxy83.52850.27550.3658
Hunter Lab91.3939-37.042210.8361
CIE-Lab93.2453-35.10816.4559

#9ffede color RGB value is (159,254,222).

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

The process color (four color CMYK) of #9ffede color hex is 0.37, 0.00, 0.13, 0.00. Web safe color of #9ffede is #99ffcc. Color #9ffede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111110 11011110
Octal 237 376 336
Decimal 159 254 222
Hex 9F FE DE

RGB Percentages of Color #9ffede

%25.04
%40.00
%34.96

CMYK Percentages of Color #9ffede

%37
%0
%13
%0

Triadic Colors of #9ffede

#9ffede #de9ffe #fede9f

Analogous Colors of #9ffede

#9ffede #9feffe #9ffeaf

Monochromatic Colors of #9ffede

#9ffede

Complementary Color

#9ffede #fe9fbf

#9ffede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffede Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffede Color CSS Codes

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

#9ffede Text Font Color

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

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


#9ffede Background Color

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

This div background color is #9ffede


#9ffede Border Color

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

This div border color is #9ffede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffede


Comments

No comments written yet.

Please login to write comment.