Color Hex Logo

#c5cdbc Color Hex

#C5CDBC
(197,205,188)
0 Favorites   0 Comments

Color spaces of #c5cdbc

RGB 197205188
HSL0.250.150.77
HSV88°80°
CMYK 0.040.000.08   0.20
XYZ53.934459.163856.1541
Yxy59.16380.31870.3496
Hunter Lab76.9180-9.443510.5579
CIE-Lab81.3815-5.80007.5117

#c5cdbc color RGB value is (197,205,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001101 10111100
Octal 305 315 274
Decimal 197 205 188
Hex C5 CD BC

RGB Percentages of Color #c5cdbc

%33.39
%34.75
%31.86

CMYK Percentages of Color #c5cdbc

%4
%0
%8
%20

Triadic Colors of #c5cdbc

#c5cdbc #bcc5cd #cdbcc5

Analogous Colors of #c5cdbc

#c5cdbc #bdcdbc #cdcdbc

Monochromatic Colors of #c5cdbc

#c5cdbc

Complementary Color

#c5cdbc #c4bccd

#c5cdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cdbc Color CSS Codes

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

#c5cdbc Text Font Color

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

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


#c5cdbc Background Color

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

This div background color is #c5cdbc


#c5cdbc Border Color

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

This div border color is #c5cdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cdbc


Comments

No comments written yet.

Please login to write comment.