Color Hex Logo

#c2c7cf Color Hex

#C2C7CF
(194,199,207)
0 Favorites   0 Comments

Color spaces of #c2c7cf

RGB 194199207
HSL0.600.120.79
HSV217°81°
CMYK 0.060.040.00   0.19
XYZ53.934056.821267.1564
Yxy56.82120.30320.3194
Hunter Lab75.3798-4.1986-0.0560
CIE-Lab80.0789-0.1863-4.5909

#c2c7cf color RGB value is (194,199,207).

#c2c7cf hex color red value is 194, green value is 199 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c2c7cf hue: 0.60 , saturation: 0.12 and the lightness value of c2c7cf is 0.79.

The process color (four color CMYK) of #c2c7cf color hex is 0.06, 0.04, 0.00, 0.19. Web safe color of #c2c7cf is #cccccc. Color #c2c7cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11000111 11001111
Octal 302 307 317
Decimal 194 199 207
Hex C2 C7 CF

RGB Percentages of Color #c2c7cf

%32.33
%33.17
%34.50

CMYK Percentages of Color #c2c7cf

%6
%4
%0
%19

Triadic Colors of #c2c7cf

#c2c7cf #cfc2c7 #c7cfc2

Analogous Colors of #c2c7cf

#c2c7cf #c4c2cf #c2cecf

Monochromatic Colors of #c2c7cf

#c2c7cf

Complementary Color

#c2c7cf #cfcac2

#c2c7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2c7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2c7cf Color CSS Codes

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

#c2c7cf Text Font Color

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

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


#c2c7cf Background Color

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

This div background color is #c2c7cf


#c2c7cf Border Color

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

This div border color is #c2c7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2c7cf

#c2c7cf Color Palettes


Comments

No comments written yet.

Please login to write comment.