Color Hex Logo

#c1dcdd Color Hex

#C1DCDD
(193,220,221)
0 Favorites   0 Comments

Color spaces of #c1dcdd

RGB 193220221
HSL0.510.290.81
HSV182°13°87°
CMYK 0.130.000.00   0.13
XYZ60.636767.744378.2867
Yxy67.74430.29340.3278
Hunter Lab82.3069-12.53361.2208
CIE-Lab85.8784-8.7013-3.5206

#c1dcdd color RGB value is (193,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011100 11011101
Octal 301 334 335
Decimal 193 220 221
Hex C1 DC DD

RGB Percentages of Color #c1dcdd

%30.44
%34.70
%34.86

CMYK Percentages of Color #c1dcdd

%13
%0
%0
%13

Triadic Colors of #c1dcdd

#c1dcdd #ddc1dc #dcddc1

Analogous Colors of #c1dcdd

#c1dcdd #c1cedd #c1ddd0

Monochromatic Colors of #c1dcdd

#c1dcdd

Complementary Color

#c1dcdd #ddc2c1

#c1dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dcdd Color CSS Codes

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

#c1dcdd Text Font Color

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

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


#c1dcdd Background Color

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

This div background color is #c1dcdd


#c1dcdd Border Color

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

This div border color is #c1dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dcdd


Comments

No comments written yet.

Please login to write comment.