Color Hex Logo

#c0cacc Color Hex

#C0CACC
(192,202,204)
0 Favorites   0 Comments

Color spaces of #c0cacc

RGB 192202204
HSL0.530.110.78
HSV190°80°
CMYK 0.060.010.00   0.20
XYZ53.757857.807265.4513
Yxy57.80720.30370.3266
Hunter Lab76.0310-6.84582.1820
CIE-Lab80.6315-3.0193-2.1850

#c0cacc color RGB value is (192,202,204).

#c0cacc hex color red value is 192, green value is 202 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c0cacc hue: 0.53 , saturation: 0.11 and the lightness value of c0cacc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001010 11001100
Octal 300 312 314
Decimal 192 202 204
Hex C0 CA CC

RGB Percentages of Color #c0cacc

%32.11
%33.78
%34.11

CMYK Percentages of Color #c0cacc

%6
%1
%0
%20

Triadic Colors of #c0cacc

#c0cacc #ccc0ca #caccc0

Analogous Colors of #c0cacc

#c0cacc #c0c4cc #c0ccc8

Monochromatic Colors of #c0cacc

#c0cacc

Complementary Color

#c0cacc #ccc2c0

#c0cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cacc Color CSS Codes

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

#c0cacc Text Font Color

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

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


#c0cacc Background Color

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

This div background color is #c0cacc


#c0cacc Border Color

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

This div border color is #c0cacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,202,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 #c0cacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cacc


Comments

No comments written yet.

Please login to write comment.