Color Hex Logo

#c6ffaf Color Hex

#C6FFAF
(198,255,175)
0 Favorites   0 Comments

Color spaces of #c6ffaf

RGB 198255175
HSL0.291.000.84
HSV103°31°100°
CMYK 0.220.000.31   0.00
XYZ66.786686.620953.7569
Yxy86.62090.32240.4181
Hunter Lab93.0703-34.782830.9037
CIE-Lab94.5772-32.110332.5784

#c6ffaf color RGB value is (198,255,175).

#c6ffaf hex color red value is 198, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c6ffaf hue: 0.29 , saturation: 1.00 and the lightness value of c6ffaf is 0.84.

The process color (four color CMYK) of #c6ffaf color hex is 0.22, 0.00, 0.31, 0.00. Web safe color of #c6ffaf is #ccff99. Color #c6ffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111111 10101111
Octal 306 377 257
Decimal 198 255 175
Hex C6 FF AF

RGB Percentages of Color #c6ffaf

%31.53
%40.61
%27.87

CMYK Percentages of Color #c6ffaf

%22
%0
%31
%0

Triadic Colors of #c6ffaf

#c6ffaf #afc6ff #ffafc6

Analogous Colors of #c6ffaf

#c6ffaf #afffc0 #eeffaf

Monochromatic Colors of #c6ffaf

#c6ffaf

Complementary Color

#c6ffaf #e8afff

#c6ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ffaf Color CSS Codes

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

#c6ffaf Text Font Color

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

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


#c6ffaf Background Color

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

This div background color is #c6ffaf


#c6ffaf Border Color

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

This div border color is #c6ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ffaf

Related Colors

#c6ffaf Color Palettes


Comments

No comments written yet.

Please login to write comment.