Color Hex Logo

#c0c7df Color Hex

#C0C7DF
(192,199,223)
0 Favorites   0 Comments

Color spaces of #c0c7df

RGB 192199223
HSL0.630.330.81
HSV226°14°87°
CMYK 0.140.110.00   0.13
XYZ55.480957.381077.9635
Yxy57.38100.29070.3007
Hunter Lab75.7502-1.8262-7.9971
CIE-Lab80.39342.3784-12.7306

#c0c7df color RGB value is (192,199,223).

#c0c7df hex color red value is 192, green value is 199 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c0c7df hue: 0.63 , saturation: 0.33 and the lightness value of c0c7df is 0.81.

The process color (four color CMYK) of #c0c7df color hex is 0.14, 0.11, 0.00, 0.13. Web safe color of #c0c7df is #cccccc. Color #c0c7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11000111 11011111
Octal 300 307 337
Decimal 192 199 223
Hex C0 C7 DF

RGB Percentages of Color #c0c7df

%31.27
%32.41
%36.32

CMYK Percentages of Color #c0c7df

%14
%11
%0
%13

Triadic Colors of #c0c7df

#c0c7df #dfc0c7 #c7dfc0

Analogous Colors of #c0c7df

#c0c7df #c9c0df #c0d7df

Monochromatic Colors of #c0c7df

#c0c7df

Complementary Color

#c0c7df #dfd8c0

#c0c7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0c7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0c7df Color CSS Codes

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

#c0c7df Text Font Color

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

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


#c0c7df Background Color

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

This div background color is #c0c7df


#c0c7df Border Color

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

This div border color is #c0c7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c7df


Comments

No comments written yet.

Please login to write comment.