Color Hex Logo

#c1ddd6 Color Hex

#C1DDD6
(193,221,214)
0 Favorites   0 Comments

Color spaces of #c1ddd6

RGB 193221214
HSL0.460.290.81
HSV165°13°87°
CMYK 0.130.000.03   0.13
XYZ59.986467.905473.5638
Yxy67.90540.29780.3371
Hunter Lab82.4047-14.26954.7543
CIE-Lab85.9591-10.59340.2966

#c1ddd6 color RGB value is (193,221,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011101 11010110
Octal 301 335 326
Decimal 193 221 214
Hex C1 DD D6

RGB Percentages of Color #c1ddd6

%30.73
%35.19
%34.08

CMYK Percentages of Color #c1ddd6

%13
%0
%3
%13

Triadic Colors of #c1ddd6

#c1ddd6 #d6c1dd #ddd6c1

Analogous Colors of #c1ddd6

#c1ddd6 #c1d6dd #c1ddc8

Monochromatic Colors of #c1ddd6

#c1ddd6

Complementary Color

#c1ddd6 #ddc1c8

#c1ddd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ddd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ddd6 Color CSS Codes

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

#c1ddd6 Text Font Color

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

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


#c1ddd6 Background Color

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

This div background color is #c1ddd6


#c1ddd6 Border Color

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

This div border color is #c1ddd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ddd6


Comments

No comments written yet.

Please login to write comment.