Color Hex Logo

#c7cccd Color Hex

#C7CCCD
(199,204,205)
0 Favorites   0 Comments

Color spaces of #c7cccd

RGB 199204205
HSL0.530.060.79
HSV190°80°
CMYK 0.030.000.00   0.20
XYZ56.165559.735666.3275
Yxy59.73560.30820.3278
Hunter Lab77.2888-5.54013.2208
CIE-Lab81.6943-1.5170-1.1025

#c7cccd color RGB value is (199,204,205).

#c7cccd hex color red value is 199, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c7cccd hue: 0.53 , saturation: 0.06 and the lightness value of c7cccd is 0.79.

The process color (four color CMYK) of #c7cccd color hex is 0.03, 0.00, 0.00, 0.20. Web safe color of #c7cccd is #cccccc. Color #c7cccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001100 11001101
Octal 307 314 315
Decimal 199 204 205
Hex C7 CC CD

RGB Percentages of Color #c7cccd

%32.73
%33.55
%33.72

CMYK Percentages of Color #c7cccd

%3
%0
%0
%20

Triadic Colors of #c7cccd

#c7cccd #cdc7cc #cccdc7

Analogous Colors of #c7cccd

#c7cccd #c7c9cd #c7cdcb

Monochromatic Colors of #c7cccd

#c7cccd

Complementary Color

#c7cccd #cdc8c7

#c7cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cccd Color CSS Codes

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

#c7cccd Text Font Color

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

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


#c7cccd Background Color

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

This div background color is #c7cccd


#c7cccd Border Color

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

This div border color is #c7cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cccd


Comments

No comments written yet.

Please login to write comment.