Color Hex Logo

#c9cdc1 Color Hex

#C9CDC1
(201,205,193)
0 Favorites   0 Comments

Color spaces of #c9cdc1

RGB 201205193
HSL0.220.110.78
HSV80°80°
CMYK 0.020.000.06   0.20
XYZ55.544459.930459.0923
Yxy59.93040.31820.3433
Hunter Lab77.4147-7.40368.9330
CIE-Lab81.8003-3.52665.4839

#c9cdc1 color RGB value is (201,205,193).

#c9cdc1 hex color red value is 201, green value is 205 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #c9cdc1 hue: 0.22 , saturation: 0.11 and the lightness value of c9cdc1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001101 11000001
Octal 311 315 301
Decimal 201 205 193
Hex C9 CD C1

RGB Percentages of Color #c9cdc1

%33.56
%34.22
%32.22

CMYK Percentages of Color #c9cdc1

%2
%0
%6
%20

Triadic Colors of #c9cdc1

#c9cdc1 #c1c9cd #cdc1c9

Analogous Colors of #c9cdc1

#c9cdc1 #c3cdc1 #cdcbc1

Monochromatic Colors of #c9cdc1

#c9cdc1

Complementary Color

#c9cdc1 #c5c1cd

#c9cdc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cdc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cdc1 Color CSS Codes

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

#c9cdc1 Text Font Color

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

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


#c9cdc1 Background Color

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

This div background color is #c9cdc1


#c9cdc1 Border Color

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

This div border color is #c9cdc1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,205,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cdc1


Comments

No comments written yet.

Please login to write comment.