Color Hex Logo

#9fecce Color Hex

#9FECCE
(159,236,206)
0 Favorites   0 Comments

Color spaces of #9fecce

RGB 159236206
HSL0.440.670.77
HSV157°33°93°
CMYK 0.330.000.13   0.07
XYZ55.434171.818169.3331
Yxy71.81810.28200.3653
Hunter Lab84.7456-31.543610.8148
CIE-Lab87.8810-30.01307.0410

#9fecce color RGB value is (159,236,206).

#9fecce hex color red value is 159, green value is 236 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9fecce hue: 0.44 , saturation: 0.67 and the lightness value of 9fecce is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101100 11001110
Octal 237 354 316
Decimal 159 236 206
Hex 9F EC CE

RGB Percentages of Color #9fecce

%26.46
%39.27
%34.28

CMYK Percentages of Color #9fecce

%33
%0
%13
%7

Triadic Colors of #9fecce

#9fecce #ce9fec #ecce9f

Analogous Colors of #9fecce

#9fecce #9fe4ec #9feca8

Monochromatic Colors of #9fecce

#9fecce

Complementary Color

#9fecce #ec9fbd

#9fecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fecce Color CSS Codes

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

#9fecce Text Font Color

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

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


#9fecce Background Color

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

This div background color is #9fecce


#9fecce Border Color

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

This div border color is #9fecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fecce


Comments

No comments written yet.

Please login to write comment.