Color Hex Logo

#c1cecd Color Hex

#C1CECD
(193,206,205)
0 Favorites   0 Comments

Color spaces of #c1cecd

RGB 193206205
HSL0.490.120.78
HSV175°81°
CMYK 0.060.000.00   0.19
XYZ55.083159.887866.4139
Yxy59.88780.30370.3302
Hunter Lab77.3872-8.37393.2882
CIE-Lab81.7772-4.5871-1.0332

#c1cecd color RGB value is (193,206,205).

#c1cecd hex color red value is 193, green value is 206 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c1cecd hue: 0.49 , saturation: 0.12 and the lightness value of c1cecd is 0.78.

The process color (four color CMYK) of #c1cecd color hex is 0.06, 0.00, 0.00, 0.19. Web safe color of #c1cecd is #cccccc. Color #c1cecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001110 11001101
Octal 301 316 315
Decimal 193 206 205
Hex C1 CE CD

RGB Percentages of Color #c1cecd

%31.95
%34.11
%33.94

CMYK Percentages of Color #c1cecd

%6
%0
%0
%19

Triadic Colors of #c1cecd

#c1cecd #cdc1ce #cecdc1

Analogous Colors of #c1cecd

#c1cecd #c1c9ce #c1cec7

Monochromatic Colors of #c1cecd

#c1cecd

Complementary Color

#c1cecd #cec1c2

#c1cecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cecd Color CSS Codes

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

#c1cecd Text Font Color

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

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


#c1cecd Background Color

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

This div background color is #c1cecd


#c1cecd Border Color

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

This div border color is #c1cecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cecd


Comments

No comments written yet.

Please login to write comment.