Color Hex Logo

#c1cedf Color Hex

#C1CEDF
(193,206,223)
0 Favorites   0 Comments

Color spaces of #c1cedf

RGB 193206223
HSL0.590.320.82
HSV214°13°87°
CMYK 0.130.080.00   0.13
XYZ57.382960.807878.5247
Yxy60.80780.29170.3091
Hunter Lab77.9794-5.1105-5.1191
CIE-Lab82.2753-1.0116-9.9142

#c1cedf color RGB value is (193,206,223).

#c1cedf hex color red value is 193, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c1cedf hue: 0.59 , saturation: 0.32 and the lightness value of c1cedf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001110 11011111
Octal 301 316 337
Decimal 193 206 223
Hex C1 CE DF

RGB Percentages of Color #c1cedf

%31.03
%33.12
%35.85

CMYK Percentages of Color #c1cedf

%13
%8
%0
%13

Triadic Colors of #c1cedf

#c1cedf #dfc1ce #cedfc1

Analogous Colors of #c1cedf

#c1cedf #c3c1df #c1dddf

Monochromatic Colors of #c1cedf

#c1cedf

Complementary Color

#c1cedf #dfd2c1

#c1cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cedf Color CSS Codes

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

#c1cedf Text Font Color

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

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


#c1cedf Background Color

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

This div background color is #c1cedf


#c1cedf Border Color

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

This div border color is #c1cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cedf


Comments

No comments written yet.

Please login to write comment.