Color Hex Logo

#9ffecd Color Hex

#9FFECD
(159,254,205)
0 Favorites   0 Comments

Color spaces of #9ffecd

RGB 159254205
HSL0.410.980.81
HSV149°37°100°
CMYK 0.370.000.19   0.00
XYZ60.759382.662370.5107
Yxy82.66230.28400.3864
Hunter Lab90.9188-39.819817.6617
CIE-Lab92.8664-38.531914.6679

#9ffecd color RGB value is (159,254,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111110 11001101
Octal 237 376 315
Decimal 159 254 205
Hex 9F FE CD

RGB Percentages of Color #9ffecd

%25.73
%41.10
%33.17

CMYK Percentages of Color #9ffecd

%37
%0
%19
%0

Triadic Colors of #9ffecd

#9ffecd #cd9ffe #fecd9f

Analogous Colors of #9ffecd

#9ffecd #9ffefd #a1fe9f

Monochromatic Colors of #9ffecd

#9ffecd

Complementary Color

#9ffecd #fe9fd0

#9ffecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffecd Color CSS Codes

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

#9ffecd Text Font Color

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

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


#9ffecd Background Color

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

This div background color is #9ffecd


#9ffecd Border Color

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

This div border color is #9ffecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffecd

Related Colors

#9ffecd Color Palettes


Comments

No comments written yet.

Please login to write comment.