Color Hex Logo

#c7ccdf Color Hex

#C7CCDF
(199,204,223)
0 Favorites   0 Comments

Color spaces of #c7ccdf

RGB 199204223
HSL0.630.270.83
HSV228°11°87°
CMYK 0.110.090.00   0.13
XYZ58.465360.655678.4383
Yxy60.65560.29590.3070
Hunter Lab77.8817-2.2942-5.1965
CIE-Lab82.19321.9826-9.9899

#c7ccdf color RGB value is (199,204,223).

#c7ccdf hex color red value is 199, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c7ccdf hue: 0.63 , saturation: 0.27 and the lightness value of c7ccdf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001100 11011111
Octal 307 314 337
Decimal 199 204 223
Hex C7 CC DF

RGB Percentages of Color #c7ccdf

%31.79
%32.59
%35.62

CMYK Percentages of Color #c7ccdf

%11
%9
%0
%13

Triadic Colors of #c7ccdf

#c7ccdf #dfc7cc #ccdfc7

Analogous Colors of #c7ccdf

#c7ccdf #cec7df #c7d8df

Monochromatic Colors of #c7ccdf

#c7ccdf

Complementary Color

#c7ccdf #dfdac7

#c7ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ccdf Color CSS Codes

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

#c7ccdf Text Font Color

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

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


#c7ccdf Background Color

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

This div background color is #c7ccdf


#c7ccdf Border Color

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

This div border color is #c7ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ccdf


Comments

No comments written yet.

Please login to write comment.