Color Hex Logo

#c6dfce Color Hex

#C6DFCE
(198,223,206)
0 Favorites   0 Comments

Color spaces of #c6dfce

RGB 198223206
HSL0.390.280.83
HSV139°11°87°
CMYK 0.110.000.08   0.13
XYZ60.817069.237468.5513
Yxy69.23740.30620.3486
Hunter Lab83.2090-15.15119.4006
CIE-Lab86.6215-11.47795.5187

#c6dfce color RGB value is (198,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011111 11001110
Octal 306 337 316
Decimal 198 223 206
Hex C6 DF CE

RGB Percentages of Color #c6dfce

%31.58
%35.57
%32.85

CMYK Percentages of Color #c6dfce

%11
%0
%8
%13

Triadic Colors of #c6dfce

#c6dfce #cec6df #dfcec6

Analogous Colors of #c6dfce

#c6dfce #c6dfdb #cbdfc6

Monochromatic Colors of #c6dfce

#c6dfce

Complementary Color

#c6dfce #dfc6d7

#c6dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dfce Color CSS Codes

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

#c6dfce Text Font Color

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

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


#c6dfce Background Color

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

This div background color is #c6dfce


#c6dfce Border Color

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

This div border color is #c6dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dfce

#c6dfce Color Palettes


Comments

No comments written yet.

Please login to write comment.