Color Hex Logo

#c0fadd Color Hex

#C0FADD
(192,250,221)
1 Favorites   0 Comments

Color spaces of #c0fadd

RGB 192250221
HSL0.420.850.87
HSV150°23°98°
CMYK 0.230.000.12   0.02
XYZ68.975084.798181.1389
Yxy84.79810.29360.3610
Hunter Lab92.0859-27.448612.2184
CIE-Lab93.7960-23.94027.9805

#c0fadd color RGB value is (192,250,221).

#c0fadd hex color red value is 192, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c0fadd hue: 0.42 , saturation: 0.85 and the lightness value of c0fadd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111010 11011101
Octal 300 372 335
Decimal 192 250 221
Hex C0 FA DD

RGB Percentages of Color #c0fadd

%28.96
%37.71
%33.33

CMYK Percentages of Color #c0fadd

%23
%0
%12
%2

Triadic Colors of #c0fadd

#c0fadd #ddc0fa #faddc0

Analogous Colors of #c0fadd

#c0fadd #c0fafa #c0fac0

Monochromatic Colors of #c0fadd

#c0fadd

Complementary Color

#c0fadd #fac0dd

#c0fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0fadd Color CSS Codes

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

#c0fadd Text Font Color

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

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


#c0fadd Background Color

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

This div background color is #c0fadd


#c0fadd Border Color

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

This div border color is #c0fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0fadd

#c0fadd Color Palettes


Comments

No comments written yet.

Please login to write comment.