Color Hex Logo

#c2cdbc Color Hex

#C2CDBC
(194,205,188)
0 Favorites   0 Comments

Color spaces of #c2cdbc

RGB 194205188
HSL0.270.150.77
HSV99°80°
CMYK 0.050.000.08   0.20
XYZ53.156658.762856.1177
Yxy58.76280.31630.3497
Hunter Lab76.6569-10.371410.2558
CIE-Lab81.1610-6.84917.1662

#c2cdbc color RGB value is (194,205,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001101 10111100
Octal 302 315 274
Decimal 194 205 188
Hex C2 CD BC

RGB Percentages of Color #c2cdbc

%33.05
%34.92
%32.03

CMYK Percentages of Color #c2cdbc

%5
%0
%8
%20

Triadic Colors of #c2cdbc

#c2cdbc #bcc2cd #cdbcc2

Analogous Colors of #c2cdbc

#c2cdbc #bccdbf #cbcdbc

Monochromatic Colors of #c2cdbc

#c2cdbc

Complementary Color

#c2cdbc #c7bccd

#c2cdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cdbc Color CSS Codes

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

#c2cdbc Text Font Color

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

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


#c2cdbc Background Color

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

This div background color is #c2cdbc


#c2cdbc Border Color

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

This div border color is #c2cdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cdbc


Comments

No comments written yet.

Please login to write comment.