Color Hex Logo

#c9fdde Color Hex

#C9FDDE
(201,253,222)
0 Favorites   0 Comments

Color spaces of #c9fdde

RGB 201253222
HSL0.400.930.89
HSV144°21°99°
CMYK 0.210.000.12   0.01
XYZ72.397587.942082.2660
Yxy87.94200.29840.3625
Hunter Lab93.7774-26.305913.6322
CIE-Lab95.1365-22.40609.4559

#c9fdde color RGB value is (201,253,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111101 11011110
Octal 311 375 336
Decimal 201 253 222
Hex C9 FD DE

RGB Percentages of Color #c9fdde

%29.73
%37.43
%32.84

CMYK Percentages of Color #c9fdde

%21
%0
%12
%1

Triadic Colors of #c9fdde

#c9fdde #dec9fd #fddec9

Analogous Colors of #c9fdde

#c9fdde #c9fdf8 #cefdc9

Monochromatic Colors of #c9fdde

#c9fdde

Complementary Color

#c9fdde #fdc9e8

#c9fdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fdde Color CSS Codes

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

#c9fdde Text Font Color

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

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


#c9fdde Background Color

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

This div background color is #c9fdde


#c9fdde Border Color

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

This div border color is #c9fdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fdde


Comments

No comments written yet.

Please login to write comment.