Color Hex Logo

#9fecc9 Color Hex

#9FECC9
(159,236,201)
0 Favorites   0 Comments

Color spaces of #9fecc9

RGB 159236201
HSL0.420.670.77
HSV153°33°93°
CMYK 0.330.000.15   0.07
XYZ54.836171.578966.1843
Yxy71.57890.28470.3716
Hunter Lab84.6043-32.363212.8416
CIE-Lab87.7655-31.02309.4872

#9fecc9 color RGB value is (159,236,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101100 11001001
Octal 237 354 311
Decimal 159 236 201
Hex 9F EC C9

RGB Percentages of Color #9fecc9

%26.68
%39.60
%33.72

CMYK Percentages of Color #9fecc9

%33
%0
%15
%7

Triadic Colors of #9fecc9

#9fecc9 #c99fec #ecc99f

Analogous Colors of #9fecc9

#9fecc9 #9fe9ec #9feca3

Monochromatic Colors of #9fecc9

#9fecc9

Complementary Color

#9fecc9 #ec9fc2

#9fecc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fecc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fecc9 Color CSS Codes

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

#9fecc9 Text Font Color

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

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


#9fecc9 Background Color

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

This div background color is #9fecc9


#9fecc9 Border Color

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

This div border color is #9fecc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fecc9


Comments

No comments written yet.

Please login to write comment.