Color Hex Logo

#c7cbca Color Hex

#C7CBCA
(199,203,202)
0 Favorites   0 Comments

Color spaces of #c7cbca

RGB 199203202
HSL0.460.040.79
HSV165°80°
CMYK 0.020.000.00   0.20
XYZ55.569859.118364.3592
Yxy59.11830.31040.3302
Hunter Lab76.8884-5.54694.1934
CIE-Lab81.3566-1.55010.0092

#c7cbca color RGB value is (199,203,202).

#c7cbca hex color red value is 199, green value is 203 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c7cbca hue: 0.46 , saturation: 0.04 and the lightness value of c7cbca is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001011 11001010
Octal 307 313 312
Decimal 199 203 202
Hex C7 CB CA

RGB Percentages of Color #c7cbca

%32.95
%33.61
%33.44

CMYK Percentages of Color #c7cbca

%2
%0
%0
%20

Triadic Colors of #c7cbca

#c7cbca #cac7cb #cbcac7

Analogous Colors of #c7cbca

#c7cbca #c7cacb #c7cbc8

Monochromatic Colors of #c7cbca

#c7cbca

Complementary Color

#c7cbca #cbc7c8

#c7cbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cbca Color CSS Codes

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

#c7cbca Text Font Color

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

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


#c7cbca Background Color

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

This div background color is #c7cbca


#c7cbca Border Color

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

This div border color is #c7cbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cbca


Comments

No comments written yet.

Please login to write comment.