Color Hex Logo

#c6e2ce Color Hex

#C6E2CE
(198,226,206)
0 Favorites   0 Comments

Color spaces of #c6e2ce

RGB 198226206
HSL0.380.330.83
HSV137°12°89°
CMYK 0.120.000.09   0.11
XYZ61.625670.854768.8208
Yxy70.85470.30610.3520
Hunter Lab84.1752-16.624910.4478
CIE-Lab87.4144-12.99446.6614

#c6e2ce color RGB value is (198,226,206).

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

The process color (four color CMYK) of #c6e2ce color hex is 0.12, 0.00, 0.09, 0.11. Web safe color of #c6e2ce is #cccccc. Color #c6e2ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11100010 11001110
Octal 306 342 316
Decimal 198 226 206
Hex C6 E2 CE

RGB Percentages of Color #c6e2ce

%31.43
%35.87
%32.70

CMYK Percentages of Color #c6e2ce

%12
%0
%9
%11

Triadic Colors of #c6e2ce

#c6e2ce #cec6e2 #e2cec6

Analogous Colors of #c6e2ce

#c6e2ce #c6e2dc #cce2c6

Monochromatic Colors of #c6e2ce

#c6e2ce

Complementary Color

#c6e2ce #e2c6da

#c6e2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6e2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6e2ce Color CSS Codes

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

#c6e2ce Text Font Color

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

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


#c6e2ce Background Color

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

This div background color is #c6e2ce


#c6e2ce Border Color

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

This div border color is #c6e2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6e2ce


Comments

No comments written yet.

Please login to write comment.