Color Hex Logo

#c7cbcc Color Hex

#C7CBCC
(199,203,204)
0 Favorites   0 Comments

Color spaces of #c7cbcc

RGB 199203204
HSL0.530.050.79
HSV192°80°
CMYK 0.020.000.00   0.20
XYZ55.808259.213665.6147
Yxy59.21360.30900.3278
Hunter Lab76.9504-5.20623.3094
CIE-Lab81.4089-1.1784-0.9851

#c7cbcc color RGB value is (199,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001011 11001100
Octal 307 313 314
Decimal 199 203 204
Hex C7 CB CC

RGB Percentages of Color #c7cbcc

%32.84
%33.50
%33.66

CMYK Percentages of Color #c7cbcc

%2
%0
%0
%20

Triadic Colors of #c7cbcc

#c7cbcc #ccc7cb #cbccc7

Analogous Colors of #c7cbcc

#c7cbcc #c7c9cc #c7cccb

Monochromatic Colors of #c7cbcc

#c7cbcc

Complementary Color

#c7cbcc #ccc8c7

#c7cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cbcc Color CSS Codes

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

#c7cbcc Text Font Color

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

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


#c7cbcc Background Color

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

This div background color is #c7cbcc


#c7cbcc Border Color

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

This div border color is #c7cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cbcc


Comments

No comments written yet.

Please login to write comment.