Color Hex Logo

#c9cdc2 Color Hex

#C9CDC2
(201,205,194)
0 Favorites   0 Comments

Color spaces of #c9cdc2

RGB 201205194
HSL0.230.100.78
HSV82°80°
CMYK 0.020.000.05   0.20
XYZ55.656359.975259.6819
Yxy59.97520.31750.3421
Hunter Lab77.4437-7.24418.5188
CIE-Lab81.8247-3.35114.9851

#c9cdc2 color RGB value is (201,205,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001101 11000010
Octal 311 315 302
Decimal 201 205 194
Hex C9 CD C2

RGB Percentages of Color #c9cdc2

%33.50
%34.17
%32.33

CMYK Percentages of Color #c9cdc2

%2
%0
%5
%20

Triadic Colors of #c9cdc2

#c9cdc2 #c2c9cd #cdc2c9

Analogous Colors of #c9cdc2

#c9cdc2 #c4cdc2 #cdccc2

Monochromatic Colors of #c9cdc2

#c9cdc2

Complementary Color

#c9cdc2 #c6c2cd

#c9cdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cdc2 Color CSS Codes

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

#c9cdc2 Text Font Color

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

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


#c9cdc2 Background Color

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

This div background color is #c9cdc2


#c9cdc2 Border Color

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

This div border color is #c9cdc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cdc2


Comments

No comments written yet.

Please login to write comment.