Color Hex Logo

#c9fedf Color Hex

#C9FEDF
(201,254,223)
0 Favorites   0 Comments

Color spaces of #c9fedf

RGB 201254223
HSL0.400.960.89
HSV145°21°100°
CMYK 0.210.000.12   0.00
XYZ72.848588.628883.0796
Yxy88.62880.29790.3624
Hunter Lab94.1429-26.625313.5775
CIE-Lab95.4251-22.70369.3549

#c9fedf color RGB value is (201,254,223).

#c9fedf hex color red value is 201, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c9fedf hue: 0.40 , saturation: 0.96 and the lightness value of c9fedf is 0.89.

The process color (four color CMYK) of #c9fedf color hex is 0.21, 0.00, 0.12, 0.00. Web safe color of #c9fedf is #ccffcc. Color #c9fedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111110 11011111
Octal 311 376 337
Decimal 201 254 223
Hex C9 FE DF

RGB Percentages of Color #c9fedf

%29.65
%37.46
%32.89

CMYK Percentages of Color #c9fedf

%21
%0
%12
%0

Triadic Colors of #c9fedf

#c9fedf #dfc9fe #fedfc9

Analogous Colors of #c9fedf

#c9fedf #c9fefa #cefec9

Monochromatic Colors of #c9fedf

#c9fedf

Complementary Color

#c9fedf #fec9e8

#c9fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fedf Color CSS Codes

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

#c9fedf Text Font Color

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

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


#c9fedf Background Color

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

This div background color is #c9fedf


#c9fedf Border Color

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

This div border color is #c9fedf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,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 #c9fedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fedf


Comments

No comments written yet.

Please login to write comment.