Color Hex Logo

#9fedc2 Color Hex

#9FEDC2
(159,237,194)
0 Favorites   0 Comments

Color spaces of #9fedc2

RGB 159237194
HSL0.410.680.78
HSV147°33°93°
CMYK 0.330.000.18   0.07
XYZ54.319971.834362.0414
Yxy71.83430.28860.3817
Hunter Lab84.7551-33.920115.9278
CIE-Lab87.8888-32.864513.3112

#9fedc2 color RGB value is (159,237,194).

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

The process color (four color CMYK) of #9fedc2 color hex is 0.33, 0.00, 0.18, 0.07. Web safe color of #9fedc2 is #99ffcc. Color #9fedc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101101 11000010
Octal 237 355 302
Decimal 159 237 194
Hex 9F ED C2

RGB Percentages of Color #9fedc2

%26.95
%40.17
%32.88

CMYK Percentages of Color #9fedc2

%33
%0
%18
%7

Triadic Colors of #9fedc2

#9fedc2 #c29fed #edc29f

Analogous Colors of #9fedc2

#9fedc2 #9fede9 #a3ed9f

Monochromatic Colors of #9fedc2

#9fedc2

Complementary Color

#9fedc2 #ed9fca

#9fedc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fedc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fedc2 Color CSS Codes

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

#9fedc2 Text Font Color

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

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


#9fedc2 Background Color

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

This div background color is #9fedc2


#9fedc2 Border Color

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

This div border color is #9fedc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fedc2


Comments

No comments written yet.

Please login to write comment.