Color Hex Logo

#c7ccda Color Hex

#C7CCDA
(199,204,218)
0 Favorites   0 Comments

Color spaces of #c7ccda

RGB 199204218
HSL0.620.200.82
HSV224°85°
CMYK 0.090.060.00   0.15
XYZ57.800960.389874.9396
Yxy60.38980.29930.3127
Hunter Lab77.7109-3.2268-2.7780
CIE-Lab82.04960.9849-7.5312

#c7ccda color RGB value is (199,204,218).

#c7ccda hex color red value is 199, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c7ccda hue: 0.62 , saturation: 0.20 and the lightness value of c7ccda is 0.82.

The process color (four color CMYK) of #c7ccda color hex is 0.09, 0.06, 0.00, 0.15. Web safe color of #c7ccda is #cccccc. Color #c7ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001100 11011010
Octal 307 314 332
Decimal 199 204 218
Hex C7 CC DA

RGB Percentages of Color #c7ccda

%32.05
%32.85
%35.10

CMYK Percentages of Color #c7ccda

%9
%6
%0
%15

Triadic Colors of #c7ccda

#c7ccda #dac7cc #ccdac7

Analogous Colors of #c7ccda

#c7ccda #ccc7da #c7d6da

Monochromatic Colors of #c7ccda

#c7ccda

Complementary Color

#c7ccda #dad5c7

#c7ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ccda Color CSS Codes

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

#c7ccda Text Font Color

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

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


#c7ccda Background Color

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

This div background color is #c7ccda


#c7ccda Border Color

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

This div border color is #c7ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ccda


Comments

No comments written yet.

Please login to write comment.