Color Hex Logo

#9ffcec Color Hex

#9FFCEC
(159,252,236)
0 Favorites   0 Comments

Color spaces of #9ffcec

RGB 159252236
HSL0.470.940.81
HSV170°37°99°
CMYK 0.370.000.06   0.01
XYZ64.248883.047992.0005
Yxy83.04790.26850.3470
Hunter Lab91.1306-33.63273.9355
CIE-Lab93.0354-31.1678-1.0855

#9ffcec color RGB value is (159,252,236).

#9ffcec hex color red value is 159, green value is 252 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9ffcec hue: 0.47 , saturation: 0.94 and the lightness value of 9ffcec is 0.81.

The process color (four color CMYK) of #9ffcec color hex is 0.37, 0.00, 0.06, 0.01. Web safe color of #9ffcec is #99ffff. Color #9ffcec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111100 11101100
Octal 237 374 354
Decimal 159 252 236
Hex 9F FC EC

RGB Percentages of Color #9ffcec

%24.57
%38.95
%36.48

CMYK Percentages of Color #9ffcec

%37
%0
%6
%1

Triadic Colors of #9ffcec

#9ffcec #ec9ffc #fcec9f

Analogous Colors of #9ffcec

#9ffcec #9fdefc #9ffcbe

Monochromatic Colors of #9ffcec

#9ffcec

Complementary Color

#9ffcec #fc9faf

#9ffcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffcec Color CSS Codes

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

#9ffcec Text Font Color

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

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


#9ffcec Background Color

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

This div background color is #9ffcec


#9ffcec Border Color

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

This div border color is #9ffcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffcec


Comments

No comments written yet.

Please login to write comment.