Color Hex Logo

#c0c1df Color Hex

#C0C1DF
(192,193,223)
0 Favorites   0 Comments

Color spaces of #c0c1df

RGB 192193223
HSL0.660.330.81
HSV238°14°87°
CMYK 0.140.130.00   0.13
XYZ54.127554.674177.5124
Yxy54.67410.29050.2935
Hunter Lab73.94191.2684-10.3936
CIE-Lab78.85325.5916-15.0404

#c0c1df color RGB value is (192,193,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11000001 11011111
Octal 300 301 337
Decimal 192 193 223
Hex C0 C1 DF

RGB Percentages of Color #c0c1df

%31.58
%31.74
%36.68

CMYK Percentages of Color #c0c1df

%14
%13
%0
%13

Triadic Colors of #c0c1df

#c0c1df #dfc0c1 #c1dfc0

Analogous Colors of #c0c1df

#c0c1df #cfc0df #c0d1df

Monochromatic Colors of #c0c1df

#c0c1df

Complementary Color

#c0c1df #dfdec0

#c0c1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0c1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0c1df Color CSS Codes

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

#c0c1df Text Font Color

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

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


#c0c1df Background Color

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

This div background color is #c0c1df


#c0c1df Border Color

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

This div border color is #c0c1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c1df


Comments

No comments written yet.

Please login to write comment.