Color Hex Logo

#c6fedc Color Hex

#C6FEDC
(198,254,220)
0 Favorites   0 Comments

Color spaces of #c6fedc

RGB 198254220
HSL0.400.970.89
HSV144°22°100°
CMYK 0.220.000.13   0.00
XYZ71.648888.056780.9305
Yxy88.05670.29770.3659
Hunter Lab93.8385-27.926814.5527
CIE-Lab95.1848-24.193810.5303

#c6fedc color RGB value is (198,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111110 11011100
Octal 306 376 334
Decimal 198 254 220
Hex C6 FE DC

RGB Percentages of Color #c6fedc

%29.46
%37.80
%32.74

CMYK Percentages of Color #c6fedc

%22
%0
%13
%0

Triadic Colors of #c6fedc

#c6fedc #dcc6fe #fedcc6

Analogous Colors of #c6fedc

#c6fedc #c6fef8 #ccfec6

Monochromatic Colors of #c6fedc

#c6fedc

Complementary Color

#c6fedc #fec6e8

#c6fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6fedc Color CSS Codes

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

#c6fedc Text Font Color

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

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


#c6fedc Background Color

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

This div background color is #c6fedc


#c6fedc Border Color

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

This div border color is #c6fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6fedc


Comments

No comments written yet.

Please login to write comment.