Color Hex Logo

#9cfedf Color Hex

#9CFEDF
(156,254,223)
0 Favorites   0 Comments

Color spaces of #9cfedf

RGB 156254223
HSL0.450.980.80
HSV161°39°100°
CMYK 0.390.000.12   0.00
XYZ62.471483.279382.5940
Yxy83.27930.27360.3647
Hunter Lab91.2575-37.506310.2189
CIE-Lab93.1366-35.68835.7660

#9cfedf color RGB value is (156,254,223).

#9cfedf hex color red value is 156, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9cfedf hue: 0.45 , saturation: 0.98 and the lightness value of 9cfedf is 0.80.

The process color (four color CMYK) of #9cfedf color hex is 0.39, 0.00, 0.12, 0.00. Web safe color of #9cfedf is #99ffcc. Color #9cfedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111110 11011111
Octal 234 376 337
Decimal 156 254 223
Hex 9C FE DF

RGB Percentages of Color #9cfedf

%24.64
%40.13
%35.23

CMYK Percentages of Color #9cfedf

%39
%0
%12
%0

Triadic Colors of #9cfedf

#9cfedf #df9cfe #fedf9c

Analogous Colors of #9cfedf

#9cfedf #9cecfe #9cfeae

Monochromatic Colors of #9cfedf

#9cfedf

Complementary Color

#9cfedf #fe9cbb

#9cfedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfedf Color CSS Codes

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

#9cfedf Text Font Color

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

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


#9cfedf Background Color

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

This div background color is #9cfedf


#9cfedf Border Color

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

This div border color is #9cfedf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,254,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cfedf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cfedf;
  -webkit-box-shadow: 1px 1px 3px 2px #9cfedf;
  box-shadow:         1px 1px 3px 2px #9cfedf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,254,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfedf

Related Colors


Comments

No comments written yet.

Please login to write comment.