Color Hex Logo

#c9ffcf Color Hex

#C9FFCF
(201,255,207)
0 Favorites   0 Comments

Color spaces of #c9ffcf

RGB 201255207
HSL0.351.000.89
HSV127°21°100°
CMYK 0.210.000.19   0.00
XYZ71.109988.442572.3547
Yxy88.44250.30660.3814
Hunter Lab94.0439-29.606620.2147
CIE-Lab95.3470-26.036417.4493

#c9ffcf color RGB value is (201,255,207).

#c9ffcf hex color red value is 201, green value is 255 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c9ffcf hue: 0.35 , saturation: 1.00 and the lightness value of c9ffcf is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111111 11001111
Octal 311 377 317
Decimal 201 255 207
Hex C9 FF CF

RGB Percentages of Color #c9ffcf

%30.32
%38.46
%31.22

CMYK Percentages of Color #c9ffcf

%21
%0
%19
%0

Triadic Colors of #c9ffcf

#c9ffcf #cfc9ff #ffcfc9

Analogous Colors of #c9ffcf

#c9ffcf #c9ffea #deffc9

Monochromatic Colors of #c9ffcf

#c9ffcf

Complementary Color

#c9ffcf #ffc9f9

#c9ffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ffcf Color CSS Codes

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

#c9ffcf Text Font Color

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

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


#c9ffcf Background Color

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

This div background color is #c9ffcf


#c9ffcf Border Color

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

This div border color is #c9ffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ffcf

Related Colors

#c9ffcf Color Palettes


Comments

No comments written yet.

Please login to write comment.