Color Hex Logo

#c3cccd Color Hex

#C3CCCD
(195,204,205)
0 Favorites   0 Comments

Color spaces of #c3cccd

RGB 195204205
HSL0.520.090.78
HSV186°80°
CMYK 0.050.000.00   0.20
XYZ55.118059.195666.2785
Yxy59.19560.30520.3278
Hunter Lab76.9387-6.76732.7820
CIE-Lab81.3990-2.8690-1.5699

#c3cccd color RGB value is (195,204,205).

#c3cccd hex color red value is 195, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c3cccd hue: 0.52 , saturation: 0.09 and the lightness value of c3cccd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001100 11001101
Octal 303 314 315
Decimal 195 204 205
Hex C3 CC CD

RGB Percentages of Color #c3cccd

%32.28
%33.77
%33.94

CMYK Percentages of Color #c3cccd

%5
%0
%0
%20

Triadic Colors of #c3cccd

#c3cccd #cdc3cc #cccdc3

Analogous Colors of #c3cccd

#c3cccd #c3c7cd #c3cdc9

Monochromatic Colors of #c3cccd

#c3cccd

Complementary Color

#c3cccd #cdc4c3

#c3cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cccd Color CSS Codes

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

#c3cccd Text Font Color

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

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


#c3cccd Background Color

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

This div background color is #c3cccd


#c3cccd Border Color

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

This div border color is #c3cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cccd


Comments

No comments written yet.

Please login to write comment.