Color Hex Logo

#c6dec5 Color Hex

#C6DEC5
(198,222,197)
0 Favorites   0 Comments

Color spaces of #c6dec5

RGB 198222197
HSL0.330.270.82
HSV118°11°87°
CMYK 0.110.000.11   0.13
XYZ59.488068.279562.8672
Yxy68.27950.31210.3582
Hunter Lab82.6314-16.099312.7333
CIE-Lab86.1460-12.59019.5740

#c6dec5 color RGB value is (198,222,197).

#c6dec5 hex color red value is 198, green value is 222 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #c6dec5 hue: 0.33 , saturation: 0.27 and the lightness value of c6dec5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011110 11000101
Octal 306 336 305
Decimal 198 222 197
Hex C6 DE C5

RGB Percentages of Color #c6dec5

%32.09
%35.98
%31.93

CMYK Percentages of Color #c6dec5

%11
%0
%11
%13

Triadic Colors of #c6dec5

#c6dec5 #c5c6de #dec5c6

Analogous Colors of #c6dec5

#c6dec5 #c5ded1 #d3dec5

Monochromatic Colors of #c6dec5

#c6dec5

Complementary Color

#c6dec5 #ddc5de

#c6dec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dec5 Color CSS Codes

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

#c6dec5 Text Font Color

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

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


#c6dec5 Background Color

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

This div background color is #c6dec5


#c6dec5 Border Color

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

This div border color is #c6dec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dec5


Comments

No comments written yet.

Please login to write comment.