Color Hex Logo

#9feedc Color Hex

#9FEEDC
(159,238,220)
0 Favorites   0 Comments

Color spaces of #9feedc

RGB 159238220
HSL0.460.700.78
HSV166°33°93°
CMYK 0.330.000.08   0.07
XYZ57.790973.687378.8873
Yxy73.68730.27470.3503
Hunter Lab85.8413-30.05085.6020
CIE-Lab88.7745-28.02611.0156

#9feedc color RGB value is (159,238,220).

#9feedc hex color red value is 159, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9feedc hue: 0.46 , saturation: 0.70 and the lightness value of 9feedc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101110 11011100
Octal 237 356 334
Decimal 159 238 220
Hex 9F EE DC

RGB Percentages of Color #9feedc

%25.77
%38.57
%35.66

CMYK Percentages of Color #9feedc

%33
%0
%8
%7

Triadic Colors of #9feedc

#9feedc #dc9fee #eedc9f

Analogous Colors of #9feedc

#9feedc #9fd9ee #9feeb5

Monochromatic Colors of #9feedc

#9feedc

Complementary Color

#9feedc #ee9fb1

#9feedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9feedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9feedc Color CSS Codes

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

#9feedc Text Font Color

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

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


#9feedc Background Color

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

This div background color is #9feedc


#9feedc Border Color

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

This div border color is #9feedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9feedc


Comments

No comments written yet.

Please login to write comment.