Color Hex Logo

#c5cccb Color Hex

#C5CCCB
(197,204,203)
0 Favorites   0 Comments

Color spaces of #c5cccb

RGB 197204203
HSL0.480.060.79
HSV171°80°
CMYK 0.030.000.00   0.20
XYZ55.398359.367865.0392
Yxy59.36780.30810.3302
Hunter Lab77.0505-6.49923.8880
CIE-Lab81.4933-2.5701-0.3441

#c5cccb color RGB value is (197,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001100 11001011
Octal 305 314 313
Decimal 197 204 203
Hex C5 CC CB

RGB Percentages of Color #c5cccb

%32.62
%33.77
%33.61

CMYK Percentages of Color #c5cccb

%3
%0
%0
%20

Triadic Colors of #c5cccb

#c5cccb #cbc5cc #cccbc5

Analogous Colors of #c5cccb

#c5cccb #c5cacc #c5ccc8

Monochromatic Colors of #c5cccb

#c5cccb

Complementary Color

#c5cccb #ccc5c6

#c5cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cccb Color CSS Codes

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

#c5cccb Text Font Color

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

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


#c5cccb Background Color

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

This div background color is #c5cccb


#c5cccb Border Color

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

This div border color is #c5cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cccb


Comments

No comments written yet.

Please login to write comment.