Color Hex Logo

#c7fade Color Hex

#C7FADE
(199,250,222)
0 Favorites   0 Comments

Color spaces of #c7fade

RGB 199250222
HSL0.410.840.88
HSV147°20°98°
CMYK 0.200.000.11   0.02
XYZ70.923685.787381.9278
Yxy85.78730.29720.3595
Hunter Lab92.6214-25.403612.3903
CIE-Lab94.2213-21.58138.1280

#c7fade color RGB value is (199,250,222).

#c7fade hex color red value is 199, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c7fade hue: 0.41 , saturation: 0.84 and the lightness value of c7fade is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11111010 11011110
Octal 307 372 336
Decimal 199 250 222
Hex C7 FA DE

RGB Percentages of Color #c7fade

%29.66
%37.26
%33.08

CMYK Percentages of Color #c7fade

%20
%0
%11
%2

Triadic Colors of #c7fade

#c7fade #dec7fa #fadec7

Analogous Colors of #c7fade

#c7fade #c7faf8 #cafac7

Monochromatic Colors of #c7fade

#c7fade

Complementary Color

#c7fade #fac7e3

#c7fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7fade Color CSS Codes

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

#c7fade Text Font Color

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

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


#c7fade Background Color

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

This div background color is #c7fade


#c7fade Border Color

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

This div border color is #c7fade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7fade

Related Colors


Comments

No comments written yet.

Please login to write comment.