Color Hex Logo

#c6fada Color Hex

#C6FADA
(198,250,218)
0 Favorites   0 Comments

Color spaces of #c6fada

RGB 198250218
HSL0.400.840.88
HSV143°21°98°
CMYK 0.210.000.13   0.02
XYZ70.129285.438979.1248
Yxy85.43890.29880.3640
Hunter Lab92.4332-26.329813.9497
CIE-Lab94.0719-22.63699.9690

#c6fada color RGB value is (198,250,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111010 11011010
Octal 306 372 332
Decimal 198 250 218
Hex C6 FA DA

RGB Percentages of Color #c6fada

%29.73
%37.54
%32.73

CMYK Percentages of Color #c6fada

%21
%0
%13
%2

Triadic Colors of #c6fada

#c6fada #dac6fa #fadac6

Analogous Colors of #c6fada

#c6fada #c6faf4 #ccfac6

Monochromatic Colors of #c6fada

#c6fada

Complementary Color

#c6fada #fac6e6

#c6fada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6fada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6fada Color CSS Codes

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

#c6fada Text Font Color

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

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


#c6fada Background Color

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

This div background color is #c6fada


#c6fada Border Color

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

This div border color is #c6fada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6fada


Comments

No comments written yet.

Please login to write comment.