Color Hex Logo

#9fecdc Color Hex

#9FECDC
(159,236,220)
0 Favorites   0 Comments

Color spaces of #9fecdc

RGB 159236220
HSL0.470.670.77
HSV168°33°93°
CMYK 0.330.000.07   0.07
XYZ57.211872.529178.6943
Yxy72.52910.27450.3480
Hunter Lab85.1640-29.12364.8289
CIE-Lab88.2226-27.06710.2108

#9fecdc color RGB value is (159,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101100 11011100
Octal 237 354 334
Decimal 159 236 220
Hex 9F EC DC

RGB Percentages of Color #9fecdc

%25.85
%38.37
%35.77

CMYK Percentages of Color #9fecdc

%33
%0
%7
%7

Triadic Colors of #9fecdc

#9fecdc #dc9fec #ecdc9f

Analogous Colors of #9fecdc

#9fecdc #9fd6ec #9fecb6

Monochromatic Colors of #9fecdc

#9fecdc

Complementary Color

#9fecdc #ec9faf

#9fecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fecdc Color CSS Codes

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

#9fecdc Text Font Color

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

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


#9fecdc Background Color

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

This div background color is #9fecdc


#9fecdc Border Color

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

This div border color is #9fecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fecdc


Comments

No comments written yet.

Please login to write comment.