Color Hex Logo

#c6dddd Color Hex

#C6DDDD
(198,221,221)
1 Favorites   0 Comments

Color spaces of #c6dddd

RGB 198221221
HSL0.500.250.82
HSV180°10°87°
CMYK 0.100.000.00   0.13
XYZ62.196368.939178.4351
Yxy68.93910.29680.3290
Hunter Lab83.0296-11.58992.1115
CIE-Lab86.4739-7.6088-2.6071

#c6dddd color RGB value is (198,221,221).

#c6dddd hex color red value is 198, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c6dddd hue: 0.50 , saturation: 0.25 and the lightness value of c6dddd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011101 11011101
Octal 306 335 335
Decimal 198 221 221
Hex C6 DD DD

RGB Percentages of Color #c6dddd

%30.94
%34.53
%34.53

CMYK Percentages of Color #c6dddd

%10
%0
%0
%13

Triadic Colors of #c6dddd

#c6dddd #ddc6dd #ddddc6

Analogous Colors of #c6dddd

#c6dddd #c6d2dd #c6ddd2

Monochromatic Colors of #c6dddd

#c6dddd

Complementary Color

#c6dddd #ddc6c6

#c6dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dddd Color CSS Codes

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

#c6dddd Text Font Color

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

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


#c6dddd Background Color

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

This div background color is #c6dddd


#c6dddd Border Color

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

This div border color is #c6dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dddd

#c6dddd Color Palettes


Comments

No comments written yet.

Please login to write comment.