Color Hex Logo

#c1ccda Color Hex

#C1CCDA
(193,204,218)
0 Favorites   0 Comments

Color spaces of #c1ccda

RGB 193204218
HSL0.590.250.81
HSV214°11°85°
CMYK 0.110.060.00   0.15
XYZ56.240159.585174.8666
Yxy59.58510.29490.3125
Hunter Lab77.1914-5.0334-3.4704
CIE-Lab81.6122-0.9773-8.2281

#c1ccda color RGB value is (193,204,218).

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

The process color (four color CMYK) of #c1ccda color hex is 0.11, 0.06, 0.00, 0.15. Web safe color of #c1ccda is #cccccc. Color #c1ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001100 11011010
Octal 301 314 332
Decimal 193 204 218
Hex C1 CC DA

RGB Percentages of Color #c1ccda

%31.38
%33.17
%35.45

CMYK Percentages of Color #c1ccda

%11
%6
%0
%15

Triadic Colors of #c1ccda

#c1ccda #dac1cc #ccdac1

Analogous Colors of #c1ccda

#c1ccda #c3c1da #c1d9da

Monochromatic Colors of #c1ccda

#c1ccda

Complementary Color

#c1ccda #dacfc1

#c1ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ccda Color CSS Codes

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

#c1ccda Text Font Color

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

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


#c1ccda Background Color

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

This div background color is #c1ccda


#c1ccda Border Color

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

This div border color is #c1ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ccda

#c1ccda Color Palettes


Comments

No comments written yet.

Please login to write comment.