Color Hex Logo

#c9fedd Color Hex

#C9FEDD
(201,254,221)
0 Favorites   0 Comments

Color spaces of #c9fedd

RGB 201254221
HSL0.400.960.89
HSV143°21°100°
CMYK 0.210.000.13   0.00
XYZ72.580488.521681.6676
Yxy88.52160.29900.3646
Hunter Lab94.0859-26.950714.3958
CIE-Lab95.3801-23.071910.3187

#c9fedd color RGB value is (201,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111110 11011101
Octal 311 376 335
Decimal 201 254 221
Hex C9 FE DD

RGB Percentages of Color #c9fedd

%29.73
%37.57
%32.69

CMYK Percentages of Color #c9fedd

%21
%0
%13
%0

Triadic Colors of #c9fedd

#c9fedd #ddc9fe #feddc9

Analogous Colors of #c9fedd

#c9fedd #c9fef8 #d0fec9

Monochromatic Colors of #c9fedd

#c9fedd

Complementary Color

#c9fedd #fec9ea

#c9fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fedd Color CSS Codes

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

#c9fedd Text Font Color

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

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


#c9fedd Background Color

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

This div background color is #c9fedd


#c9fedd Border Color

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

This div border color is #c9fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.