Color Hex Logo

#9fe0cf Color Hex

#9FE0CF
(159,224,207)
0 Favorites   0 Comments

Color spaces of #9fe0cf

RGB 159224207
HSL0.460.510.75
HSV164°29°88°
CMYK 0.290.000.08   0.12
XYZ52.216265.187268.8618
Yxy65.18720.28030.3500
Hunter Lab80.7386-25.85095.9487
CIE-Lab84.5801-24.03021.7407

#9fe0cf color RGB value is (159,224,207).

#9fe0cf hex color red value is 159, green value is 224 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9fe0cf hue: 0.46 , saturation: 0.51 and the lightness value of 9fe0cf is 0.75.

The process color (four color CMYK) of #9fe0cf color hex is 0.29, 0.00, 0.08, 0.12. Web safe color of #9fe0cf is #99cccc. Color #9fe0cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11100000 11001111
Octal 237 340 317
Decimal 159 224 207
Hex 9F E0 CF

RGB Percentages of Color #9fe0cf

%26.95
%37.97
%35.08

CMYK Percentages of Color #9fe0cf

%29
%0
%8
%12

Triadic Colors of #9fe0cf

#9fe0cf #cf9fe0 #e0cf9f

Analogous Colors of #9fe0cf

#9fe0cf #9fd1e0 #9fe0af

Monochromatic Colors of #9fe0cf

#9fe0cf

Complementary Color

#9fe0cf #e09fb0

#9fe0cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fe0cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fe0cf Color CSS Codes

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

#9fe0cf Text Font Color

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

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


#9fe0cf Background Color

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

This div background color is #9fe0cf


#9fe0cf Border Color

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

This div border color is #9fe0cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fe0cf

#9fe0cf Color Palettes


Comments

No comments written yet.

Please login to write comment.