Color Hex Logo

#c6fede Color Hex

#C6FEDE
(198,254,222)
0 Favorites   0 Comments

Color spaces of #c6fede

RGB 198254222
HSL0.400.970.89
HSV146°22°100°
CMYK 0.220.000.13   0.00
XYZ71.915388.163382.3341
Yxy88.16330.29670.3637
Hunter Lab93.8953-27.602013.7370
CIE-Lab95.2297-23.82369.5662

#c6fede color RGB value is (198,254,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111110 11011110
Octal 306 376 336
Decimal 198 254 222
Hex C6 FE DE

RGB Percentages of Color #c6fede

%29.38
%37.69
%32.94

CMYK Percentages of Color #c6fede

%22
%0
%13
%0

Triadic Colors of #c6fede

#c6fede #dec6fe #fedec6

Analogous Colors of #c6fede

#c6fede #c6fefa #cafec6

Monochromatic Colors of #c6fede

#c6fede

Complementary Color

#c6fede #fec6e6

#c6fede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6fede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6fede Color CSS Codes

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

#c6fede Text Font Color

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

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


#c6fede Background Color

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

This div background color is #c6fede


#c6fede Border Color

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

This div border color is #c6fede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6fede

Related Colors


Comments

No comments written yet.

Please login to write comment.