Color Hex Logo

#c6fecd Color Hex

#C6FECD
(198,254,205)
0 Favorites   0 Comments

Color spaces of #c6fecd

RGB 198254205
HSL0.350.970.89
HSV128°22°100°
CMYK 0.220.000.19   0.00
XYZ69.750087.297270.9314
Yxy87.29720.30590.3829
Hunter Lab93.4330-30.253120.3920
CIE-Lab94.8642-26.867817.7690

#c6fecd color RGB value is (198,254,205).

#c6fecd hex color red value is 198, green value is 254 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c6fecd hue: 0.35 , saturation: 0.97 and the lightness value of c6fecd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111110 11001101
Octal 306 376 315
Decimal 198 254 205
Hex C6 FE CD

RGB Percentages of Color #c6fecd

%30.14
%38.66
%31.20

CMYK Percentages of Color #c6fecd

%22
%0
%19
%0

Triadic Colors of #c6fecd

#c6fecd #cdc6fe #fecdc6

Analogous Colors of #c6fecd

#c6fecd #c6fee9 #dbfec6

Monochromatic Colors of #c6fecd

#c6fecd

Complementary Color

#c6fecd #fec6f7

#c6fecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6fecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6fecd Color CSS Codes

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

#c6fecd Text Font Color

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

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


#c6fecd Background Color

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

This div background color is #c6fecd


#c6fecd Border Color

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

This div border color is #c6fecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,254,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6fecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6fecd;
  -webkit-box-shadow: 1px 1px 3px 2px #c6fecd;
  box-shadow:         1px 1px 3px 2px #c6fecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,254,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6fecd


Comments

No comments written yet.

Please login to write comment.