Color Hex Logo

#c6dfcf Color Hex

#C6DFCF
(198,223,207)
0 Favorites   0 Comments

Color spaces of #c6dfcf

RGB 198223207
HSL0.390.280.83
HSV142°11°87°
CMYK 0.110.000.07   0.13
XYZ60.938969.286169.1932
Yxy69.28610.30560.3474
Hunter Lab83.2383-14.98688.9810
CIE-Lab86.6455-11.29395.0268

#c6dfcf color RGB value is (198,223,207).

#c6dfcf hex color red value is 198, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c6dfcf hue: 0.39 , saturation: 0.28 and the lightness value of c6dfcf is 0.83.

The process color (four color CMYK) of #c6dfcf color hex is 0.11, 0.00, 0.07, 0.13. Web safe color of #c6dfcf is #cccccc. Color #c6dfcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011111 11001111
Octal 306 337 317
Decimal 198 223 207
Hex C6 DF CF

RGB Percentages of Color #c6dfcf

%31.53
%35.51
%32.96

CMYK Percentages of Color #c6dfcf

%11
%0
%7
%13

Triadic Colors of #c6dfcf

#c6dfcf #cfc6df #dfcfc6

Analogous Colors of #c6dfcf

#c6dfcf #c6dfdc #cadfc6

Monochromatic Colors of #c6dfcf

#c6dfcf

Complementary Color

#c6dfcf #dfc6d6

#c6dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dfcf Color CSS Codes

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

#c6dfcf Text Font Color

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

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


#c6dfcf Background Color

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

This div background color is #c6dfcf


#c6dfcf Border Color

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

This div border color is #c6dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dfcf

#c6dfcf Color Palettes


Comments

No comments written yet.

Please login to write comment.