Color Hex Logo

#c9fbcf Color Hex

#C9FBCF
(201,251,207)
0 Favorites   0 Comments

Color spaces of #c9fbcf

RGB 201251207
HSL0.350.860.89
HSV127°20°98°
CMYK 0.200.000.18   0.02
XYZ69.847185.916971.9338
Yxy85.91690.30680.3773
Hunter Lab92.6914-27.702118.8715
CIE-Lab94.2768-24.126715.9433

#c9fbcf color RGB value is (201,251,207).

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

The process color (four color CMYK) of #c9fbcf color hex is 0.20, 0.00, 0.18, 0.02. Web safe color of #c9fbcf is #ccffcc. Color #c9fbcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111011 11001111
Octal 311 373 317
Decimal 201 251 207
Hex C9 FB CF

RGB Percentages of Color #c9fbcf

%30.50
%38.09
%31.41

CMYK Percentages of Color #c9fbcf

%20
%0
%18
%2

Triadic Colors of #c9fbcf

#c9fbcf #cfc9fb #fbcfc9

Analogous Colors of #c9fbcf

#c9fbcf #c9fbe8 #dcfbc9

Monochromatic Colors of #c9fbcf

#c9fbcf

Complementary Color

#c9fbcf #fbc9f5

#c9fbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fbcf Color CSS Codes

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

#c9fbcf Text Font Color

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

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


#c9fbcf Background Color

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

This div background color is #c9fbcf


#c9fbcf Border Color

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

This div border color is #c9fbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fbcf

Related Colors


Comments

No comments written yet.

Please login to write comment.