Color Hex Logo

#c5ccc0 Color Hex

#C5CCC0
(197,204,192)
0 Favorites   0 Comments

Color spaces of #c5ccc0

RGB 197204192
HSL0.260.110.78
HSV95°80°
CMYK 0.030.000.06   0.20
XYZ54.133358.861858.3775
Yxy58.86180.31590.3435
Hunter Lab76.7214-8.31618.5911
CIE-Lab81.2156-4.57645.1361

#c5ccc0 color RGB value is (197,204,192).

#c5ccc0 hex color red value is 197, green value is 204 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #c5ccc0 hue: 0.26 , saturation: 0.11 and the lightness value of c5ccc0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001100 11000000
Octal 305 314 300
Decimal 197 204 192
Hex C5 CC C0

RGB Percentages of Color #c5ccc0

%33.22
%34.40
%32.38

CMYK Percentages of Color #c5ccc0

%3
%0
%6
%20

Triadic Colors of #c5ccc0

#c5ccc0 #c0c5cc #ccc0c5

Analogous Colors of #c5ccc0

#c5ccc0 #c0ccc1 #cbccc0

Monochromatic Colors of #c5ccc0

#c5ccc0

Complementary Color

#c5ccc0 #c7c0cc

#c5ccc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ccc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ccc0 Color CSS Codes

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

#c5ccc0 Text Font Color

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

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


#c5ccc0 Background Color

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

This div background color is #c5ccc0


#c5ccc0 Border Color

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

This div border color is #c5ccc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ccc0


Comments

No comments written yet.

Please login to write comment.