Color Hex Logo

#c9fadc Color Hex

#C9FADC
(201,250,220)
0 Favorites   0 Comments

Color spaces of #c9fadc

RGB 201250220
HSL0.400.830.88
HSV143°20°98°
CMYK 0.200.000.12   0.02
XYZ71.191385.956080.5491
Yxy85.95600.29950.3616
Hunter Lab92.7125-25.181713.3872
CIE-Lab94.2935-21.32279.2786

#c9fadc color RGB value is (201,250,220).

#c9fadc hex color red value is 201, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c9fadc hue: 0.40 , saturation: 0.83 and the lightness value of c9fadc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111010 11011100
Octal 311 372 334
Decimal 201 250 220
Hex C9 FA DC

RGB Percentages of Color #c9fadc

%29.96
%37.26
%32.79

CMYK Percentages of Color #c9fadc

%20
%0
%12
%2

Triadic Colors of #c9fadc

#c9fadc #dcc9fa #fadcc9

Analogous Colors of #c9fadc

#c9fadc #c9faf5 #cffac9

Monochromatic Colors of #c9fadc

#c9fadc

Complementary Color

#c9fadc #fac9e7

#c9fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fadc Color CSS Codes

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

#c9fadc Text Font Color

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

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


#c9fadc Background Color

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

This div background color is #c9fadc


#c9fadc Border Color

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

This div border color is #c9fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fadc

Related Colors


Comments

No comments written yet.

Please login to write comment.