Color Hex Logo

#c1cedc Color Hex

#C1CEDC
(193,206,220)
0 Favorites   0 Comments

Color spaces of #c1cedc

RGB 193206220
HSL0.590.280.81
HSV211°12°86°
CMYK 0.120.060.00   0.14
XYZ56.981960.647476.4130
Yxy60.64740.29370.3125
Hunter Lab77.8764-5.6760-3.6623
CIE-Lab82.1888-1.6255-8.4410

#c1cedc color RGB value is (193,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001110 11011100
Octal 301 316 334
Decimal 193 206 220
Hex C1 CE DC

RGB Percentages of Color #c1cedc

%31.18
%33.28
%35.54

CMYK Percentages of Color #c1cedc

%12
%6
%0
%14

Triadic Colors of #c1cedc

#c1cedc #dcc1ce #cedcc1

Analogous Colors of #c1cedc

#c1cedc #c2c1dc #c1dcdc

Monochromatic Colors of #c1cedc

#c1cedc

Complementary Color

#c1cedc #dccfc1

#c1cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cedc Color CSS Codes

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

#c1cedc Text Font Color

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

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


#c1cedc Background Color

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

This div background color is #c1cedc


#c1cedc Border Color

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

This div border color is #c1cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cedc


Comments

No comments written yet.

Please login to write comment.