Color Hex Logo

#c6debd Color Hex

#C6DEBD
(198,222,189)
0 Favorites   0 Comments

Color spaces of #c6debd

RGB 198222189
HSL0.290.330.81
HSV104°15°87°
CMYK 0.110.000.15   0.13
XYZ58.595367.922458.1662
Yxy67.92240.31730.3678
Hunter Lab82.4150-17.316715.8453
CIE-Lab85.9676-13.971313.5256

#c6debd color RGB value is (198,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011110 10111101
Octal 306 336 275
Decimal 198 222 189
Hex C6 DE BD

RGB Percentages of Color #c6debd

%32.51
%36.45
%31.03

CMYK Percentages of Color #c6debd

%11
%0
%15
%13

Triadic Colors of #c6debd

#c6debd #bdc6de #debdc6

Analogous Colors of #c6debd

#c6debd #bddec5 #d7debd

Monochromatic Colors of #c6debd

#c6debd

Complementary Color

#c6debd #d5bdde

#c6debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6debd Color CSS Codes

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

#c6debd Text Font Color

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

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


#c6debd Background Color

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

This div background color is #c6debd


#c6debd Border Color

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

This div border color is #c6debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6debd


Comments

No comments written yet.

Please login to write comment.