Color Hex Logo

#c6cfdd Color Hex

#C6CFDD
(198,207,221)
0 Favorites   0 Comments

Color spaces of #c6cfdd

RGB 198207221
HSL0.600.250.82
HSV217°10°87°
CMYK 0.100.060.00   0.13
XYZ58.652761.851977.2539
Yxy61.85190.29660.3128
Hunter Lab78.6460-4.5085-3.1883
CIE-Lab82.8346-0.3280-7.9771

#c6cfdd color RGB value is (198,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001111 11011101
Octal 306 317 335
Decimal 198 207 221
Hex C6 CF DD

RGB Percentages of Color #c6cfdd

%31.63
%33.07
%35.30

CMYK Percentages of Color #c6cfdd

%10
%6
%0
%13

Triadic Colors of #c6cfdd

#c6cfdd #ddc6cf #cfddc6

Analogous Colors of #c6cfdd

#c6cfdd #c9c6dd #c6dbdd

Monochromatic Colors of #c6cfdd

#c6cfdd

Complementary Color

#c6cfdd #ddd4c6

#c6cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cfdd Color CSS Codes

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

#c6cfdd Text Font Color

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

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


#c6cfdd Background Color

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

This div background color is #c6cfdd


#c6cfdd Border Color

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

This div border color is #c6cfdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,207,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 #c6cfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cfdd

#c6cfdd Color Palettes


Comments

No comments written yet.

Please login to write comment.