Color Hex Logo

#c5cdcb Color Hex

#C5CDCB
(197,205,203)
0 Favorites   0 Comments

Color spaces of #c5cdcb

RGB 197205203
HSL0.460.070.79
HSV165°80°
CMYK 0.040.000.01   0.20
XYZ55.636859.844865.1187
Yxy59.84480.30810.3314
Hunter Lab77.3594-7.00204.2432
CIE-Lab81.7538-3.09410.0363

#c5cdcb color RGB value is (197,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001101 11001011
Octal 305 315 313
Decimal 197 205 203
Hex C5 CD CB

RGB Percentages of Color #c5cdcb

%32.56
%33.88
%33.55

CMYK Percentages of Color #c5cdcb

%4
%0
%1
%20

Triadic Colors of #c5cdcb

#c5cdcb #cbc5cd #cdcbc5

Analogous Colors of #c5cdcb

#c5cdcb #c5cbcd #c5cdc7

Monochromatic Colors of #c5cdcb

#c5cdcb

Complementary Color

#c5cdcb #cdc5c7

#c5cdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cdcb Color CSS Codes

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

#c5cdcb Text Font Color

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

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


#c5cdcb Background Color

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

This div background color is #c5cdcb


#c5cdcb Border Color

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

This div border color is #c5cdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cdcb


Comments

No comments written yet.

Please login to write comment.