Color Hex Logo

#c6decb Color Hex

#C6DECB
(198,222,203)
0 Favorites   0 Comments

Color spaces of #c6decb

RGB 198222203
HSL0.370.270.82
HSV133°11°87°
CMYK 0.110.000.09   0.13
XYZ60.189568.560166.5610
Yxy68.56010.30820.3510
Hunter Lab82.8010-15.147110.2995
CIE-Lab86.2858-11.51786.6151

#c6decb color RGB value is (198,222,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011110 11001011
Octal 306 336 313
Decimal 198 222 203
Hex C6 DE CB

RGB Percentages of Color #c6decb

%31.78
%35.63
%32.58

CMYK Percentages of Color #c6decb

%11
%0
%9
%13

Triadic Colors of #c6decb

#c6decb #cbc6de #decbc6

Analogous Colors of #c6decb

#c6decb #c6ded7 #cddec6

Monochromatic Colors of #c6decb

#c6decb

Complementary Color

#c6decb #dec6d9

#c6decb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6decb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6decb Color CSS Codes

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

#c6decb Text Font Color

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

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


#c6decb Background Color

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

This div background color is #c6decb


#c6decb Border Color

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

This div border color is #c6decb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6decb


Comments

No comments written yet.

Please login to write comment.