Color Hex Logo

#c1ccdc Color Hex

#C1CCDC
(193,204,220)
0 Favorites   0 Comments

Color spaces of #c1ccdc

RGB 193204220
HSL0.600.280.81
HSV216°12°86°
CMYK 0.120.070.00   0.14
XYZ56.503559.690576.2535
Yxy59.69050.29360.3102
Hunter Lab77.2596-4.6591-4.4361
CIE-Lab81.6697-0.5710-9.2123

#c1ccdc color RGB value is (193,204,220).

#c1ccdc hex color red value is 193, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c1ccdc hue: 0.60 , saturation: 0.28 and the lightness value of c1ccdc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001100 11011100
Octal 301 314 334
Decimal 193 204 220
Hex C1 CC DC

RGB Percentages of Color #c1ccdc

%31.28
%33.06
%35.66

CMYK Percentages of Color #c1ccdc

%12
%7
%0
%14

Triadic Colors of #c1ccdc

#c1ccdc #dcc1cc #ccdcc1

Analogous Colors of #c1ccdc

#c1ccdc #c4c1dc #c1dadc

Monochromatic Colors of #c1ccdc

#c1ccdc

Complementary Color

#c1ccdc #dcd1c1

#c1ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ccdc Color CSS Codes

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

#c1ccdc Text Font Color

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

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


#c1ccdc Background Color

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

This div background color is #c1ccdc


#c1ccdc Border Color

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

This div border color is #c1ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ccdc

#c1ccdc Color Palettes


Comments

No comments written yet.

Please login to write comment.