Color Hex Logo

#9ffccc Color Hex

#9FFCCC
(159,252,204)
0 Favorites   0 Comments

Color spaces of #9ffccc

RGB 159252204
HSL0.410.940.81
HSV149°37°99°
CMYK 0.370.000.19   0.01
XYZ60.007681.351469.6664
Yxy81.35140.28440.3855
Hunter Lab90.1950-39.083517.3411
CIE-Lab92.2878-37.821814.3638

#9ffccc color RGB value is (159,252,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111100 11001100
Octal 237 374 314
Decimal 159 252 204
Hex 9F FC CC

RGB Percentages of Color #9ffccc

%25.85
%40.98
%33.17

CMYK Percentages of Color #9ffccc

%37
%0
%19
%1

Triadic Colors of #9ffccc

#9ffccc #cc9ffc #fccc9f

Analogous Colors of #9ffccc

#9ffccc #9ffcfb #a1fc9f

Monochromatic Colors of #9ffccc

#9ffccc

Complementary Color

#9ffccc #fc9fcf

#9ffccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffccc Color CSS Codes

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

#9ffccc Text Font Color

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

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


#9ffccc Background Color

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

This div background color is #9ffccc


#9ffccc Border Color

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

This div border color is #9ffccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffccc


Comments

No comments written yet.

Please login to write comment.