Color Hex Logo

#c6deda Color Hex

#C6DEDA
(198,222,218)
0 Favorites   0 Comments

Color spaces of #c6deda

RGB 198222218
HSL0.470.270.82
HSV170°11°87°
CMYK 0.110.000.02   0.13
XYZ62.064969.310376.4367
Yxy69.31030.29870.3335
Hunter Lab83.2528-12.62083.8412
CIE-Lab86.6575-8.7061-0.7548

#c6deda color RGB value is (198,222,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011110 11011010
Octal 306 336 332
Decimal 198 222 218
Hex C6 DE DA

RGB Percentages of Color #c6deda

%31.03
%34.80
%34.17

CMYK Percentages of Color #c6deda

%11
%0
%2
%13

Triadic Colors of #c6deda

#c6deda #dac6de #dedac6

Analogous Colors of #c6deda

#c6deda #c6d6de #c6dece

Monochromatic Colors of #c6deda

#c6deda

Complementary Color

#c6deda #dec6ca

#c6deda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6deda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6deda Color CSS Codes

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

#c6deda Text Font Color

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

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


#c6deda Background Color

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

This div background color is #c6deda


#c6deda Border Color

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

This div border color is #c6deda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6deda


Comments

No comments written yet.

Please login to write comment.