Color Hex Logo

#c6cddf Color Hex

#C6CDDF
(198,205,223)
0 Favorites   0 Comments

Color spaces of #c6cddf

RGB 198205223
HSL0.620.280.83
HSV223°11°87°
CMYK 0.110.080.00   0.13
XYZ58.439360.996178.5054
Yxy60.99610.29520.3082
Hunter Lab78.1000-3.1101-4.9278
CIE-Lab82.37661.1291-9.7248

#c6cddf color RGB value is (198,205,223).

#c6cddf hex color red value is 198, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c6cddf hue: 0.62 , saturation: 0.28 and the lightness value of c6cddf is 0.83.

The process color (four color CMYK) of #c6cddf color hex is 0.11, 0.08, 0.00, 0.13. Web safe color of #c6cddf is #cccccc. Color #c6cddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001101 11011111
Octal 306 315 337
Decimal 198 205 223
Hex C6 CD DF

RGB Percentages of Color #c6cddf

%31.63
%32.75
%35.62

CMYK Percentages of Color #c6cddf

%11
%8
%0
%13

Triadic Colors of #c6cddf

#c6cddf #dfc6cd #cddfc6

Analogous Colors of #c6cddf

#c6cddf #ccc6df #c6dadf

Monochromatic Colors of #c6cddf

#c6cddf

Complementary Color

#c6cddf #dfd8c6

#c6cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cddf Color CSS Codes

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

#c6cddf Text Font Color

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

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


#c6cddf Background Color

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

This div background color is #c6cddf


#c6cddf Border Color

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

This div border color is #c6cddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cddf


Comments

No comments written yet.

Please login to write comment.