Color Hex Logo

#c5ccbc Color Hex

#C5CCBC
(197,204,188)
0 Favorites   0 Comments

Color spaces of #c5ccbc

RGB 197204188
HSL0.240.140.77
HSV86°80°
CMYK 0.030.000.08   0.20
XYZ53.695958.686956.0746
Yxy58.68690.31880.3484
Hunter Lab76.6074-8.948110.2264
CIE-Lab81.1192-5.28027.1351

#c5ccbc color RGB value is (197,204,188).

#c5ccbc hex color red value is 197, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c5ccbc hue: 0.24 , saturation: 0.14 and the lightness value of c5ccbc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001100 10111100
Octal 305 314 274
Decimal 197 204 188
Hex C5 CC BC

RGB Percentages of Color #c5ccbc

%33.45
%34.63
%31.92

CMYK Percentages of Color #c5ccbc

%3
%0
%8
%20

Triadic Colors of #c5ccbc

#c5ccbc #bcc5cc #ccbcc5

Analogous Colors of #c5ccbc

#c5ccbc #bdccbc #cccbbc

Monochromatic Colors of #c5ccbc

#c5ccbc

Complementary Color

#c5ccbc #c3bccc

#c5ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ccbc Color CSS Codes

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

#c5ccbc Text Font Color

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

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


#c5ccbc Background Color

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

This div background color is #c5ccbc


#c5ccbc Border Color

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

This div border color is #c5ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ccbc


Comments

No comments written yet.

Please login to write comment.